#332094

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

Shades of Persian Indigo #332094

Tints of Persian Indigo #332094

Color information

#332094 (or 0x332094) is unknown color: approx Persian Indigo. HEX triplet: 33, 20 and 94. RGB value is (51,32,148). Sum of RGB (Red+Green+Blue) = 51+32+148=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #332094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332094 is #CCDF6B. Grayscale: #323232. Windows color (decimal): -13426540 or 9707571. OLE color: 9707571.

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

Color convert

RGB5132148-
CMYK0.660.7800.42
HSL249.83º64.44%35.29%-
HSV(B)249.83º78.38%58.04%-
XYZ7.233.8728.38-
YUV50.9182.79128.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 148 (58.20% from 255) = 64.07%
R=22.08%
G=13.85%
B=64.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51321480.660.7800.42249.8364.4435.29
Hex332094424E02Afa4023
Octal634022410211605237210043
Binary11001110000010010100100001010011100101010111110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332094; }

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

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

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

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

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

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

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

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