#332688

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

Shades of Persian Indigo #332688

Tints of Persian Indigo #332688

Color information

#332688 (or 0x332688) is unknown color: approx Persian Indigo. HEX triplet: 33, 26 and 88. RGB value is (51,38,136). Sum of RGB (Red+Green+Blue) = 51+38+136=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #332688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332688 is #CCD977. Grayscale: #343434. Windows color (decimal): -13425016 or 8922675. OLE color: 8922675.

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

Color convert

RGB5138136-
CMYK0.620.7200.47
HSL247.96º56.32%34.12%-
HSV(B)247.96º72.06%53.33%-
XYZ6.53.8723.7-
YUV53.06174.81126.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=22.67%
G=16.89%
B=60.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51381360.620.7200.47247.9656.3234.12
Hex3326883E4802Ff83822
Octal6346210761100573707042
Binary110011100110100010001111101001000010111111111000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332688; }

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

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

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

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

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

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

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

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