Html Css Color HEX #331776 Persian Indigo

📋 copy color: '#331776'

red 51 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #331776

Tints of Persian Indigo #331776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 118 (46.48% from 255) = 61.46%

R = 26.56%
G = 11.98%
B = 61.46%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331776 (or 0x331776) is known color: Persian Indigo. HEX triplet: 33, 17 and 76. RGB value is (51,23,118). Sum of RGB (Red+Green+Blue) = 51+23+118=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #331776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331776 is #CCE889. Grayscale: #292929. Windows color (decimal): -13428874 or 7739187. OLE color: 7739187.

HSL color Cylindrical-coordinate representation of color #331776: hue angle of 257.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331776 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 23 118 -
CMYK 0.57 0.81 0 0.54
HSL 257.68º 0.67% 0.28% -
HSV(B) 257.68º 0.81% 0.46% -
XYZ 4.94 2.62 17.39 -
YUV 42.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 51 23 118 0.57 0.81 0 0.54 257.68 0.67 0.28
Hex 33 17 76 39 51 0 36 102 43 1C
Octal 63 27 166 71 121 0 66 402 103 34
Binary 110011 10111 1110110 111001 1010001 0 110110 100000010 1000011 11100

Color Harmonies of #331776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331776

Black with #331776

Text Example


Text Example

White with #331776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331776; }

 p { color: rgb(51,23,118); }

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

background-color css

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

 a { background-color: rgb(51,23,118); }

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

border-color css

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

 span { border-color: rgb(51,23,118); }

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