Html Css Color HEX #36116D Persian Indigo

📋 copy color: '#36116D'

red 54 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #36116D

Tints of Persian Indigo #36116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 30%
G = 9.44%
B = 60.56%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36116D (or 0x36116D) is known color: Persian Indigo. HEX triplet: 36, 11 and 6D. RGB value is (54,17,109). Sum of RGB (Red+Green+Blue) = 54+17+109=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #36116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36116D is #C9EE92. Grayscale: #262626. Windows color (decimal): -13233811 or 7147830. OLE color: 7147830.

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

Color convert

RGB 54 17 109 -
CMYK 0.50 0.84 0 0.57
HSL 264.13º 0.73% 0.25% -
HSV(B) 264.13º 0.84% 0.43% -
XYZ 4.48 2.29 14.67 -
YUV 38.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 54 17 109 0.50 0.84 0 0.57 264.13 0.73 0.25
Hex 36 11 6D 32 54 0 39 108 49 19
Octal 66 21 155 62 124 0 71 410 111 31
Binary 110110 10001 1101101 110010 1010100 0 111001 100001000 1001001 11001

Color Harmonies of #36116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36116D

Black with #36116D

Text Example


Text Example

White with #36116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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