Html Css Color HEX #331276 Persian Indigo

📋 copy color: '#331276'

red 51 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #331276

Tints of Persian Indigo #331276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 27.27%
G = 9.63%
B = 63.1%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331276 (or 0x331276) is known color: Persian Indigo. HEX triplet: 33, 12 and 76. RGB value is (51,18,118). Sum of RGB (Red+Green+Blue) = 51+18+118=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #331276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331276 is #CCED89. Grayscale: #262626. Windows color (decimal): -13430154 or 7737907. OLE color: 7737907.

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

Color convert

RGB 51 18 118 -
CMYK 0.57 0.85 0 0.54
HSL 259.8º 0.74% 0.27% -
HSV(B) 259.8º 0.85% 0.46% -
XYZ 4.85 2.44 17.36 -
YUV 39.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 51 18 118 0.57 0.85 0 0.54 259.8 0.74 0.27
Hex 33 12 76 39 55 0 36 104 4A 1B
Octal 63 22 166 71 125 0 66 404 112 33
Binary 110011 10010 1110110 111001 1010101 0 110110 100000100 1001010 11011

Color Harmonies of #331276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331276

Black with #331276

Text Example


Text Example

White with #331276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331276; }

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

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

background-color css

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

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

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

border-color css

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

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

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