Html Css Color HEX #36056C Persian Indigo

📋 copy color: '#36056C'

red 54 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #36056C

Tints of Persian Indigo #36056C

RGB

 RED value IS 54 (21.48% from 255) = 32.34%

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 108 (42.58% from 255) = 64.67%

R = 32.34%
G = 2.99%
B = 64.67%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36056C (or 0x36056C) is known color: Persian Indigo. HEX triplet: 36, 05 and 6C. RGB value is (54,5,108). Sum of RGB (Red+Green+Blue) = 54+5+108=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #36056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36056C is #C9FA93. Grayscale: #1F1F1F. Windows color (decimal): -13236884 or 7079222. OLE color: 7079222.

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

Color convert

RGB 54 5 108 -
CMYK 0.50 0.95 0 0.58
HSL 268.54º 0.91% 0.22% -
HSV(B) 268.54º 0.95% 0.42% -
XYZ 4.28 1.98 14.34 -
YUV 31.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 54 5 108 0.50 0.95 0 0.58 268.54 0.91 0.22
Hex 36 5 6C 32 5F 0 3A 10D 5B 16
Octal 66 5 154 62 137 0 72 415 133 26
Binary 110110 101 1101100 110010 1011111 0 111010 100001101 1011011 10110

Color Harmonies of #36056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36056C

Black with #36056C

Text Example


Text Example

White with #36056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36056C;
 }
 .AnyTagClassName
 {
   color: #36056C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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