Html Css Color HEX #36006D Persian Indigo

📋 copy color: '#36006D'

red 54 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #36006D

Tints of Persian Indigo #36006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.13%
G = 0%
B = 66.87%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36006D (or 0x36006D) is known color: Persian Indigo. HEX triplet: 36, 00 and 6D. RGB value is (54,0,109). Sum of RGB (Red+Green+Blue) = 54+0+109=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #36006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36006D is #C9FF92. Grayscale: #1C1C1C. Windows color (decimal): -13238163 or 7143478. OLE color: 7143478.

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

Color convert

RGB 54 0 109 -
CMYK 0.50 1 0 0.57
HSL 269.72º 1% 0.21% -
HSV(B) 269.72º 1% 0.43% -
XYZ 4.28 1.89 14.61 -
YUV 28.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 54 0 109 0.50 1 0 0.57 269.72 1 0.21
Hex 36 0 6D 32 64 0 39 10E 64 15
Octal 66 0 155 62 144 0 71 416 144 25
Binary 110110 0 1101101 110010 1100100 0 111001 100001110 1100100 10101

Color Harmonies of #36006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36006D

Black with #36006D

Text Example


Text Example

White with #36006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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