#331E8C

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

Shades of Persian Indigo #331E8C

Tints of Persian Indigo #331E8C

Color information

#331E8C (or 0x331E8C) is unknown color: approx Persian Indigo. HEX triplet: 33, 1E and 8C. RGB value is (51,30,140). Sum of RGB (Red+Green+Blue) = 51+30+140=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #331E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E8C is #CCE173. Grayscale: #303030. Windows color (decimal): -13427060 or 9182771. OLE color: 9182771.

HSL color Cylindrical-coordinate representation of color #331E8C: hue angle of 251.45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331E8C is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5130140-
CMYK0.640.7900.45
HSL251.45º64.71%33.33%-
HSV(B)251.45º78.57%54.9%-
XYZ6.563.5325.15-
YUV48.82179.46129.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 140 (55.08% from 255) = 63.35%
R=23.08%
G=13.57%
B=63.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51301400.640.7900.45251.4564.7133.33
Hex331E8C404F02Dfb4121
Octal633621410011705537310141
Binary1100111111010001100100000010011110101101111110111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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