#32247F

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

Shades of Persian Indigo #32247F

Tints of Persian Indigo #32247F

Color information

#32247F (or 0x32247F) is unknown color: approx Persian Indigo. HEX triplet: 32, 24 and 7F. RGB value is (50,36,127). Sum of RGB (Red+Green+Blue) = 50+36+127=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #32247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32247F is #CDDB80. Grayscale: #323232. Windows color (decimal): -13491073 or 8332338. OLE color: 8332338.

HSL color Cylindrical-coordinate representation of color #32247F: hue angle of 249.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32247F is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5036127-
CMYK0.610.7200.50
HSL249.23º55.83%31.96%-
HSV(B)249.23º71.65%49.8%-
XYZ5.783.4720.44-
YUV50.56171.14127.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 127 (50% from 255) = 59.62%
R=23.47%
G=16.90%
B=59.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50361270.610.7200.50249.2355.8331.96
Hex32247F3D48032f93820
Octal6244177751100623717040
Binary11001010010011111111111011001000011001011111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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