#36017C

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

Shades of Persian Indigo #36017C

Tints of Persian Indigo #36017C

Color information

#36017C (or 0x36017C) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 7C. RGB value is (54,1,124). Sum of RGB (Red+Green+Blue) = 54+1+124=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #36017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36017C is #C9FE83. Grayscale: #1E1E1E. Windows color (decimal): -13237892 or 8126774. OLE color: 8126774.

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

Color convert

RGB541124-
CMYK0.560.9900.51
HSL265.85º98.4%24.51%-
HSV(B)265.85º99.19%48.63%-
XYZ5.172.2619.23-
YUV30.87180.56144.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=30.17%
G=0.56%
B=69.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5411240.560.9900.51265.8598.424.51
Hex3617C386303310a6219
Octal6611747014306341214231
Binary1101101111110011100011000110110011100001010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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