#36086C

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

Shades of Persian Indigo #36086C

Tints of Persian Indigo #36086C

Color information

#36086C (or 0x36086C) is unknown color: approx Persian Indigo. HEX triplet: 36, 08 and 6C. RGB value is (54,8,108). Sum of RGB (Red+Green+Blue) = 54+8+108=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #36086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36086C is #C9F793. Grayscale: #202020. Windows color (decimal): -13236116 or 7079990. OLE color: 7079990.

HSL color Cylindrical-coordinate representation of color #36086C: hue angle of 267.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36086C is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB548108-
CMYK0.500.9300.58
HSL267.6º86.21%22.75%-
HSV(B)267.6º92.59%42.35%-
XYZ4.312.0414.35-
YUV33.15170.24142.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=31.76%
G=4.71%
B=63.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5481080.500.9300.58267.686.2122.75
Hex3686C325D03A10c5617
Octal66101546213507241412627
Binary1101101000110110011001010111010111010100001100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,8,108); }

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

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

 a { background-color: rgb(54,8,108); }

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

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

 span { border-color: rgb(54,8,108); }

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