Html Css Color HEX #331E91 Persian Indigo

📋 copy color: '#331E91'

red 51 ◦ green 30 ◦ blue 145

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

Shades of Persian Indigo #331E91

Tints of Persian Indigo #331E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 22.57%
G = 13.27%
B = 64.16%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331E91 (or 0x331E91) is known color: Persian Indigo. HEX triplet: 33, 1E and 91. RGB value is (51,30,145). Sum of RGB (Red+Green+Blue) = 51+30+145=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #331E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E91 is #CCE16E. Grayscale: #303030. Windows color (decimal): -13427055 or 9510451. OLE color: 9510451.

HSL color Cylindrical-coordinate representation of color #331E91: hue angle of 250.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331E91 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 30 145 -
CMYK 0.65 0.79 0 0.43
HSL 250.96º 0.66% 0.34% -
HSV(B) 250.96º 0.79% 0.57% -
XYZ 6.94 3.68 27.13 -
YUV 49.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 51 30 145 0.65 0.79 0 0.43 250.96 0.66 0.34
Hex 33 1E 91 41 4F 0 2B FB 42 22
Octal 63 36 221 101 117 0 53 373 102 42
Binary 110011 11110 10010001 1000001 1001111 0 101011 11111011 1000010 100010

Color Harmonies of #331E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E91

Black with #331E91

Text Example


Text Example

White with #331E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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