#331E78

Color #331E78 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #331E78

Tints of Persian Indigo #331E78

Color information

#331E78 (or 0x331E78) is unknown color: approx Persian Indigo. HEX triplet: 33, 1E and 78. RGB value is (51,30,120). Sum of RGB (Red+Green+Blue) = 51+30+120=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #331E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E78 is #CCE187. Grayscale: #2E2E2E. Windows color (decimal): -13427080 or 7872051. OLE color: 7872051.

HSL color Cylindrical-coordinate representation of color #331E78: hue angle of 254º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331E78 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5130120-
CMYK0.580.7500.53
HSL254º60%29.41%-
HSV(B)254º75%47.06%-
XYZ5.222.9918.07-
YUV46.54169.46131.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=25.37%
G=14.93%
B=59.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51301200.580.7500.532546029.41
Hex331E783A4B035fe3c1d
Octal6336170721130653767435
Binary110011111101111000111010100101101101011111111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #331E78;
 }
 .AnyTagClassName
 {
   color: #331E78;
 }
</style>
background-color css

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

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

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

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

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

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