#32247C

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

Shades of Persian Indigo #32247C

Tints of Persian Indigo #32247C

Color information

#32247C (or 0x32247C) is unknown color: approx Persian Indigo. HEX triplet: 32, 24 and 7C. RGB value is (50,36,124). Sum of RGB (Red+Green+Blue) = 50+36+124=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #32247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32247C is #CDDB83. Grayscale: #313131. Windows color (decimal): -13491076 or 8135730. OLE color: 8135730.

HSL color Cylindrical-coordinate representation of color #32247C: hue angle of 249.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32247C is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5036124-
CMYK0.600.7100.51
HSL249.55º55%31.37%-
HSV(B)249.55º70.97%48.63%-
XYZ5.583.419.43-
YUV50.22169.64127.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=23.81%
G=17.14%
B=59.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50361240.600.7100.51249.555531.37
Hex32247C3C47033fa371f
Octal6244174741070633726737
Binary1100101001001111100111100100011101100111111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32247C; }

 p { color: rgb(50,36,124); }

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

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

 a { background-color: rgb(50,36,124); }

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

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

 span { border-color: rgb(50,36,124); }

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