#332386

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

Shades of Persian Indigo #332386

Tints of Persian Indigo #332386

Color information

#332386 (or 0x332386) is unknown color: approx Persian Indigo. HEX triplet: 33, 23 and 86. RGB value is (51,35,134). Sum of RGB (Red+Green+Blue) = 51+35+134=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #332386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332386 is #CCDC79. Grayscale: #323232. Windows color (decimal): -13425786 or 8790835. OLE color: 8790835.

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

Color convert

RGB5135134-
CMYK0.620.7400.47
HSL249.7º58.58%33.14%-
HSV(B)249.7º73.88%52.55%-
XYZ6.273.6322.92-
YUV51.07174.8127.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=23.18%
G=15.91%
B=60.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51351340.620.7400.47249.758.5833.14
Hex3323863E4A02Ffa3b21
Octal6343206761120573727341
Binary110011100011100001101111101001010010111111111010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332386; }

 p { color: rgb(51,35,134); }

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

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

 a { background-color: rgb(51,35,134); }

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

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

 span { border-color: rgb(51,35,134); }

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