#332190

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

Shades of Persian Indigo #332190

Tints of Persian Indigo #332190

Color information

#332190 (or 0x332190) is unknown color: approx Persian Indigo. HEX triplet: 33, 21 and 90. RGB value is (51,33,144). Sum of RGB (Red+Green+Blue) = 51+33+144=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #332190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332190 is #CCDE6F. Grayscale: #323232. Windows color (decimal): -13426288 or 9445683. OLE color: 9445683.

HSL color Cylindrical-coordinate representation of color #332190: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332190 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5133144-
CMYK0.650.7700.44
HSL249.73º62.71%34.71%-
HSV(B)249.73º77.08%56.47%-
XYZ6.943.8126.75-
YUV51.04180.46127.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=22.37%
G=14.47%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51331440.650.7700.44249.7362.7134.71
Hex332190414D02Cfa3f23
Octal63412201011150543727743
Binary1100111000011001000010000011001101010110011111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332190; }

 p { color: rgb(51,33,144); }

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

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

 a { background-color: rgb(51,33,144); }

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

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

 span { border-color: rgb(51,33,144); }

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