#332092

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

Shades of Persian Indigo #332092

Tints of Persian Indigo #332092

Color information

#332092 (or 0x332092) is unknown color: approx Persian Indigo. HEX triplet: 33, 20 and 92. RGB value is (51,32,146). Sum of RGB (Red+Green+Blue) = 51+32+146=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #332092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332092 is #CCDF6D. Grayscale: #323232. Windows color (decimal): -13426542 or 9576499. OLE color: 9576499.

HSL color Cylindrical-coordinate representation of color #332092: hue angle of 250º 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 #332092 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5132146-
CMYK0.650.7800.43
HSL250º64.04%34.9%-
HSV(B)250º78.08%57.25%-
XYZ7.073.8127.56-
YUV50.68181.79128.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=22.27%
G=13.97%
B=63.76%

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
Decimal51321460.650.7800.4325064.0434.9
Hex332092414E02Bfa4023
Octal634022210111605337210043
Binary11001110000010010010100000110011100101011111110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332092; }

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

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

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

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

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

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

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

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