Html Css Color HEX #36156D Persian Indigo

📋 copy color: '#36156D'

red 54 ◦ green 21 ◦ blue 109

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

Shades of Persian Indigo #36156D

Tints of Persian Indigo #36156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 29.35%
G = 11.41%
B = 59.24%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36156D (or 0x36156D) is known color: Persian Indigo. HEX triplet: 36, 15 and 6D. RGB value is (54,21,109). Sum of RGB (Red+Green+Blue) = 54+21+109=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #36156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36156D is #C9EA92. Grayscale: #282828. Windows color (decimal): -13232787 or 7148854. OLE color: 7148854.

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

Color convert

RGB 54 21 109 -
CMYK 0.50 0.81 0 0.57
HSL 262.5º 0.68% 0.25% -
HSV(B) 262.5º 0.81% 0.43% -
XYZ 4.55 2.42 14.7 -
YUV 40.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 54 21 109 0.50 0.81 0 0.57 262.5 0.68 0.25
Hex 36 15 6D 32 51 0 39 106 44 19
Octal 66 25 155 62 121 0 71 406 104 31
Binary 110110 10101 1101101 110010 1010001 0 111001 100000110 1000100 11001

Color Harmonies of #36156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36156D

Black with #36156D

Text Example


Text Example

White with #36156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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