#36247C

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

Shades of Persian Indigo #36247C

Tints of Persian Indigo #36247C

Color information

#36247C (or 0x36247C) is unknown color: approx Persian Indigo. HEX triplet: 36, 24 and 7C. RGB value is (54,36,124). Sum of RGB (Red+Green+Blue) = 54+36+124=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #36247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36247C is #C9DB83. Grayscale: #333333. Windows color (decimal): -13228932 or 8135734. OLE color: 8135734.

HSL color Cylindrical-coordinate representation of color #36247C: hue angle of 252.27º 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 #36247C is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5436124-
CMYK0.560.7100.51
HSL252.27º55%31.37%-
HSV(B)252.27º70.97%48.63%-
XYZ5.793.519.44-
YUV51.41168.96129.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=25.23%
G=16.82%
B=57.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54361240.560.7100.51252.275531.37
Hex36247C3847033fc371f
Octal6644174701070633746737
Binary1101101001001111100111000100011101100111111110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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