#36007C

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

Shades of Persian Indigo #36007C

Tints of Persian Indigo #36007C

Color information

#36007C (or 0x36007C) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 7C. RGB value is (54,0,124). Sum of RGB (Red+Green+Blue) = 54+0+124=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #36007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36007C is #C9FF83. Grayscale: #1D1D1D. Windows color (decimal): -13238148 or 8126518. OLE color: 8126518.

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

Color convert

RGB540124-
CMYK0.56100.51
HSL266.13º100%24.31%-
HSV(B)266.13º100%48.63%-
XYZ5.162.2419.23-
YUV30.28180.89144.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 69.66%
R=30.34%
G=0%
B=69.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5401240.56100.51266.1310024.31
Hex3607C386403310a6418
Octal6601747014406341214430
Binary1101100111110011100011001000110011100001010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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