#332091

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

Shades of Persian Indigo #332091

Tints of Persian Indigo #332091

Color information

#332091 (or 0x332091) is unknown color: approx Persian Indigo. HEX triplet: 33, 20 and 91. RGB value is (51,32,145). Sum of RGB (Red+Green+Blue) = 51+32+145=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #332091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332091 is #CCDF6E. Grayscale: #323232. Windows color (decimal): -13426543 or 9510963. OLE color: 9510963.

HSL color Cylindrical-coordinate representation of color #332091: hue angle of 250.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332091 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5132145-
CMYK0.650.7800.43
HSL250.09º63.84%34.71%-
HSV(B)250.09º77.93%56.86%-
XYZ6.993.7827.15-
YUV50.56181.29128.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 145 (57.03% from 255) = 63.60%
R=22.37%
G=14.04%
B=63.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51321450.650.7800.43250.0963.8434.71
Hex332091414E02Bfa4023
Octal634022110111605337210043
Binary11001110000010010001100000110011100101011111110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332091; }

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

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

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

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

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

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

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

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