#332482

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

Shades of Persian Indigo #332482

Tints of Persian Indigo #332482

Color information

#332482 (or 0x332482) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 82. RGB value is (51,36,130). Sum of RGB (Red+Green+Blue) = 51+36+130=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #332482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332482 is #CCDB7D. Grayscale: #323232. Windows color (decimal): -13425534 or 8528947. OLE color: 8528947.

HSL color Cylindrical-coordinate representation of color #332482: hue angle of 249.57º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332482 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5136130-
CMYK0.610.7200.49
HSL249.57º56.63%32.55%-
HSV(B)249.57º72.31%50.98%-
XYZ6.033.5821.49-
YUV51.2172.47127.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=23.50%
G=16.59%
B=59.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51361300.610.7200.49249.5756.6332.55
Hex3324823D48031fa3921
Octal6344202751100613727141
Binary110011100100100000101111011001000011000111111010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332482; }

 p { color: rgb(51,36,130); }

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

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

 a { background-color: rgb(51,36,130); }

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

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

 span { border-color: rgb(51,36,130); }

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