#332487

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

Shades of Persian Indigo #332487

Tints of Persian Indigo #332487

Color information

#332487 (or 0x332487) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 87. RGB value is (51,36,135). Sum of RGB (Red+Green+Blue) = 51+36+135=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #332487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332487 is #CCDB78. Grayscale: #333333. Windows color (decimal): -13425529 or 8856627. OLE color: 8856627.

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

Color convert

RGB5136135-
CMYK0.620.7300.47
HSL249.09º57.89%33.53%-
HSV(B)249.09º73.33%52.94%-
XYZ6.373.7123.3-
YUV51.77174.97127.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 135 (53.12% from 255) = 60.81%
R=22.97%
G=16.22%
B=60.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51361350.620.7300.47249.0957.8933.53
Hex3324873E4902Ff93a22
Octal6344207761110573717242
Binary110011100100100001111111101001001010111111111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332487; }

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

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

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

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

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

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

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

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