#36247A

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

Shades of Persian Indigo #36247A

Tints of Persian Indigo #36247A

Color information

#36247A (or 0x36247A) is unknown color: approx Persian Indigo. HEX triplet: 36, 24 and 7A. RGB value is (54,36,122). Sum of RGB (Red+Green+Blue) = 54+36+122=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #36247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36247A is #C9DB85. Grayscale: #323232. Windows color (decimal): -13228934 or 8004662. OLE color: 8004662.

HSL color Cylindrical-coordinate representation of color #36247A: hue angle of 252.56º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36247A is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5436122-
CMYK0.560.7000.52
HSL252.56º54.43%30.98%-
HSV(B)252.56º70.49%47.84%-
XYZ5.673.4518.78-
YUV51.19167.96130.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=25.47%
G=16.98%
B=57.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54361220.560.7000.52252.5654.4330.98
Hex36247A3846034fd361f
Octal6644172701060643756637
Binary1101101001001111010111000100011001101001111110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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