Html Css Color HEX #36157C Persian Indigo

📋 copy color: '#36157C'

red 54 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #36157C

Tints of Persian Indigo #36157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 27.14%
G = 10.55%
B = 62.31%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36157C (or 0x36157C) is known color: Persian Indigo. HEX triplet: 36, 15 and 7C. RGB value is (54,21,124). Sum of RGB (Red+Green+Blue) = 54+21+124=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #36157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36157C is #C9EA83. Grayscale: #2A2A2A. Windows color (decimal): -13232772 or 8131894. OLE color: 8131894.

HSL color Cylindrical-coordinate representation of color #36157C: hue angle of 259.22º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36157C is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 21 124 -
CMYK 0.56 0.83 0 0.51
HSL 259.22º 0.71% 0.28% -
HSV(B) 259.22º 0.83% 0.49% -
XYZ 5.43 2.78 19.32 -
YUV 42.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 54 21 124 0.56 0.83 0 0.51 259.22 0.71 0.28
Hex 36 15 7C 38 53 0 33 103 47 1C
Octal 66 25 174 70 123 0 63 403 107 34
Binary 110110 10101 1111100 111000 1010011 0 110011 100000011 1000111 11100

Color Harmonies of #36157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36157C

Black with #36157C

Text Example


Text Example

White with #36157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36157C; }

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

 H1.HeaderClassName
 {
   color: #36157C;
 }
 .AnyTagClassName
 {
   color: #36157C;
 }
</style>

background-color css

<style>
 a { background-color: #36157C; }

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

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

border-color css

<style>
 span { border-color: #36157C; }

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

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