Html Css Color HEX #36116F Persian Indigo

📋 copy color: '#36116F'

red 54 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #36116F

Tints of Persian Indigo #36116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.99%

R = 29.67%
G = 9.34%
B = 60.99%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36116F (or 0x36116F) is known color: Persian Indigo. HEX triplet: 36, 11 and 6F. RGB value is (54,17,111). Sum of RGB (Red+Green+Blue) = 54+17+111=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #36116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36116F is #C9EE90. Grayscale: #262626. Windows color (decimal): -13233809 or 7278902. OLE color: 7278902.

HSL color Cylindrical-coordinate representation of color #36116F: hue angle of 263.62º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36116F is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 17 111 -
CMYK 0.51 0.85 0 0.56
HSL 263.62º 0.73% 0.25% -
HSV(B) 263.62º 0.85% 0.44% -
XYZ 4.59 2.33 15.25 -
YUV 38.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 54 17 111 0.51 0.85 0 0.56 263.62 0.73 0.25
Hex 36 11 6F 33 55 0 38 108 49 19
Octal 66 21 157 63 125 0 70 410 111 31
Binary 110110 10001 1101111 110011 1010101 0 111000 100001000 1001001 11001

Color Harmonies of #36116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36116F

Black with #36116F

Text Example


Text Example

White with #36116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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