#36227C

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

Shades of Persian Indigo #36227C

Tints of Persian Indigo #36227C

Color information

#36227C (or 0x36227C) is unknown color: approx Persian Indigo. HEX triplet: 36, 22 and 7C. RGB value is (54,34,124). Sum of RGB (Red+Green+Blue) = 54+34+124=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #36227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36227C is #C9DD83. Grayscale: #313131. Windows color (decimal): -13229444 or 8135222. OLE color: 8135222.

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

Color convert

RGB5434124-
CMYK0.560.7300.51
HSL253.33º56.96%30.98%-
HSV(B)253.33º72.58%48.63%-
XYZ5.733.3819.42-
YUV50.24169.63130.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=25.47%
G=16.04%
B=58.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54341240.560.7300.51253.3356.9630.98
Hex36227C3849033fd391f
Octal6642174701110633757137
Binary1101101000101111100111000100100101100111111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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