#332188

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

Shades of Persian Indigo #332188

Tints of Persian Indigo #332188

Color information

#332188 (or 0x332188) is unknown color: approx Persian Indigo. HEX triplet: 33, 21 and 88. RGB value is (51,33,136). Sum of RGB (Red+Green+Blue) = 51+33+136=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #332188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332188 is #CCDE77. Grayscale: #313131. Windows color (decimal): -13426296 or 8921395. OLE color: 8921395.

HSL color Cylindrical-coordinate representation of color #332188: hue angle of 250.49º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332188 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5133136-
CMYK0.620.7600.47
HSL250.49º60.95%33.14%-
HSV(B)250.49º75.74%53.33%-
XYZ6.353.5723.65-
YUV50.12176.46128.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=23.18%
G=15%
B=61.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51331360.620.7600.47250.4960.9533.14
Hex3321883E4C02Ffa3d21
Octal6341210761140573727541
Binary110011100001100010001111101001100010111111111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332188; }

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

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

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

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

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

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

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

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