Html Css Color HEX #36086C Persian Indigo

📋 copy color: '#36086C'

red 54 ◦ green 8 ◦ blue 108

#36086C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #36086C

Tints of Persian Indigo #36086C

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 value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36086C (or 0x36086C) is known color: 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

RGB 54 8 108 -
CMYK 0.50 0.93 0 0.58
HSL 267.6º 0.86% 0.23% -
HSV(B) 267.6º 0.93% 0.42% -
XYZ 4.31 2.04 14.35 -
YUV 33.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 54 8 108 0.50 0.93 0 0.58 267.6 0.86 0.23
Hex 36 8 6C 32 5D 0 3A 10C 56 17
Octal 66 10 154 62 135 0 72 414 126 27
Binary 110110 1000 1101100 110010 1011101 0 111010 100001100 1010110 10111

Color Harmonies of #36086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36086C

Black with #36086C

Text Example


Text Example

White with #36086C

Text Example


Text Example

HTML Codes & Css Web 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>