Html Css Color HEX #331E81 Persian Indigo

📋 copy color: '#331E81'

red 51 ◦ green 30 ◦ blue 129

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

Shades of Persian Indigo #331E81

Tints of Persian Indigo #331E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 24.29%
G = 14.29%
B = 61.43%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331E81 (or 0x331E81) is known color: Persian Indigo. HEX triplet: 33, 1E and 81. RGB value is (51,30,129). Sum of RGB (Red+Green+Blue) = 51+30+129=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #331E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E81 is #CCE17E. Grayscale: #2F2F2F. Windows color (decimal): -13427071 or 8461875. OLE color: 8461875.

HSL color Cylindrical-coordinate representation of color #331E81: hue angle of 252.73º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331E81 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 30 129 -
CMYK 0.60 0.77 0 0.49
HSL 252.73º 0.62% 0.31% -
HSV(B) 252.73º 0.77% 0.51% -
XYZ 5.79 3.22 21.08 -
YUV 47.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 51 30 129 0.60 0.77 0 0.49 252.73 0.62 0.31
Hex 33 1E 81 3C 4D 0 31 FD 3E 1F
Octal 63 36 201 74 115 0 61 375 76 37
Binary 110011 11110 10000001 111100 1001101 0 110001 11111101 111110 11111

Color Harmonies of #331E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E81

Black with #331E81

Text Example


Text Example

White with #331E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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