Html Css Color HEX #36066D Persian Indigo

📋 copy color: '#36066D'

red 54 ◦ green 6 ◦ blue 109

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

Shades of Persian Indigo #36066D

Tints of Persian Indigo #36066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

 BLUE value IS 109 (42.97% from 255) = 64.5%

R = 31.95%
G = 3.55%
B = 64.5%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36066D (or 0x36066D) is known color: Persian Indigo. HEX triplet: 36, 06 and 6D. RGB value is (54,6,109). Sum of RGB (Red+Green+Blue) = 54+6+109=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #36066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36066D is #C9F992. Grayscale: #1F1F1F. Windows color (decimal): -13236627 or 7145014. OLE color: 7145014.

HSL color Cylindrical-coordinate representation of color #36066D: hue angle of 267.96º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36066D is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 6 109 -
CMYK 0.50 0.94 0 0.57
HSL 267.96º 0.9% 0.23% -
HSV(B) 267.96º 0.94% 0.43% -
XYZ 4.35 2.02 14.63 -
YUV 32.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 54 6 109 0.50 0.94 0 0.57 267.96 0.9 0.23
Hex 36 6 6D 32 5E 0 39 10C 5A 17
Octal 66 6 155 62 136 0 71 414 132 27
Binary 110110 110 1101101 110010 1011110 0 111001 100001100 1011010 10111

Color Harmonies of #36066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36066D

Black with #36066D

Text Example


Text Example

White with #36066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36066D; }

 p { color: rgb(54,6,109); }

 H1.HeaderClassName
 {
   color: #36066D;
 }
 .AnyTagClassName
 {
   color: #36066D;
 }
</style>

background-color css

<style>
 a { background-color: #36066D; }

 a { background-color: rgb(54,6,109); }

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

border-color css

<style>
 span { border-color: #36066D; }

 span { border-color: rgb(54,6,109); }

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