#36027C

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

Shades of Persian Indigo #36027C

Tints of Persian Indigo #36027C

Color information

#36027C (or 0x36027C) is unknown color: approx Persian Indigo. HEX triplet: 36, 02 and 7C. RGB value is (54,2,124). Sum of RGB (Red+Green+Blue) = 54+2+124=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #36027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36027C is #C9FD83. Grayscale: #1F1F1F. Windows color (decimal): -13237636 or 8127030. OLE color: 8127030.

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

Color convert

RGB542124-
CMYK0.560.9800.51
HSL265.57º96.83%24.71%-
HSV(B)265.57º98.39%48.63%-
XYZ5.182.2819.24-
YUV31.46180.23144.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 124 (48.83% from 255) = 68.89%
R=30%
G=1.11%
B=68.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5421240.560.9800.51265.5796.8324.71
Hex3627C386203310a6119
Octal6621747014206341214131
Binary11011010111110011100011000100110011100001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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