Html Css Color HEX #331696 Persian Indigo

📋 copy color: '#331696'

red 51 ◦ green 22 ◦ blue 150

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

Shades of Persian Indigo #331696

Tints of Persian Indigo #331696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 22.87%
G = 9.87%
B = 67.26%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331696 (or 0x331696) is known color: Persian Indigo. HEX triplet: 33, 16 and 96. RGB value is (51,22,150). Sum of RGB (Red+Green+Blue) = 51+22+150=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #331696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331696 is #CCE969. Grayscale: #2C2C2C. Windows color (decimal): -13429098 or 9836083. OLE color: 9836083.

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

Color convert

RGB 51 22 150 -
CMYK 0.66 0.85 0 0.41
HSL 253.59º 0.74% 0.34% -
HSV(B) 253.59º 0.85% 0.59% -
XYZ 7.16 3.48 29.15 -
YUV 45.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 51 22 150 0.66 0.85 0 0.41 253.59 0.74 0.34
Hex 33 16 96 42 55 0 29 FE 4A 22
Octal 63 26 226 102 125 0 51 376 112 42
Binary 110011 10110 10010110 1000010 1010101 0 101001 11111110 1001010 100010

Color Harmonies of #331696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331696

Black with #331696

Text Example


Text Example

White with #331696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331696; }

 p { color: rgb(51,22,150); }

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

background-color css

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

 a { background-color: rgb(51,22,150); }

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

border-color css

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

 span { border-color: rgb(51,22,150); }

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