Html Css Color HEX #331E76 Persian Indigo

📋 copy color: '#331E76'

red 51 ◦ green 30 ◦ blue 118

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

Shades of Persian Indigo #331E76

Tints of Persian Indigo #331E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

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

R = 25.63%
G = 15.08%
B = 59.3%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331E76 (or 0x331E76) is known color: Persian Indigo. HEX triplet: 33, 1E and 76. RGB value is (51,30,118). Sum of RGB (Red+Green+Blue) = 51+30+118=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #331E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E76 is #CCE189. Grayscale: #2D2D2D. Windows color (decimal): -13427082 or 7740979. OLE color: 7740979.

HSL color Cylindrical-coordinate representation of color #331E76: hue angle of 254.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331E76 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 30 118 -
CMYK 0.57 0.75 0 0.54
HSL 254.32º 0.59% 0.29% -
HSV(B) 254.32º 0.75% 0.46% -
XYZ 5.1 2.94 17.44 -
YUV 46.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 51 30 118 0.57 0.75 0 0.54 254.32 0.59 0.29
Hex 33 1E 76 39 4B 0 36 FE 3B 1D
Octal 63 36 166 71 113 0 66 376 73 35
Binary 110011 11110 1110110 111001 1001011 0 110110 11111110 111011 11101

Color Harmonies of #331E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E76

Black with #331E76

Text Example


Text Example

White with #331E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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