Html Css Color HEX #331597 Persian Indigo

📋 copy color: '#331597'

red 51 ◦ green 21 ◦ blue 151

#331597
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #331597

Tints of Persian Indigo #331597

RGB

 RED value IS 51 (20.31% from 255) = 22.87%

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 151 (59.38% from 255) = 67.71%

R = 22.87%
G = 9.42%
B = 67.71%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331597 (or 0x331597) is known color: Persian Indigo. HEX triplet: 33, 15 and 97. RGB value is (51,21,151). Sum of RGB (Red+Green+Blue) = 51+21+151=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #331597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331597 is #CCEA68. Grayscale: #2C2C2C. Windows color (decimal): -13429353 or 9901363. OLE color: 9901363.

HSL color Cylindrical-coordinate representation of color #331597: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331597 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 21 151 -
CMYK 0.66 0.86 0 0.41
HSL 253.85º 0.76% 0.34% -
HSV(B) 253.85º 0.86% 0.59% -
XYZ 7.22 3.47 29.57 -
YUV 44.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 51 21 151 0.66 0.86 0 0.41 253.85 0.76 0.34
Hex 33 15 97 42 56 0 29 FE 4C 22
Octal 63 25 227 102 126 0 51 376 114 42
Binary 110011 10101 10010111 1000010 1010110 0 101001 11111110 1001100 100010

Color Harmonies of #331597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331597

Black with #331597

Text Example


Text Example

White with #331597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331597; }

 p { color: rgb(51,21,151); }

 H1.HeaderClassName
 {
   color: #331597;
 }
 .AnyTagClassName
 {
   color: #331597;
 }
</style>

background-color css

<style>
 a { background-color: #331597; }

 a { background-color: rgb(51,21,151); }

 div.DivClassName
 {
   background-color: #331597;
 }
 .BgClassName
 {
   background-color: #331597;
 }
</style>

border-color css

<style>
 span { border-color: #331597; }

 span { border-color: rgb(51,21,151); }

 td.TdClassName
 {
   border-color: #331597;
 }
 .TagClassName
 {
   border-color: #331597;
 }
</style>