Html Css Color HEX #36197C Persian Indigo

📋 copy color: '#36197C'

red 54 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #36197C

Tints of Persian Indigo #36197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 26.6%
G = 12.32%
B = 61.08%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36197C (or 0x36197C) is known color: Persian Indigo. HEX triplet: 36, 19 and 7C. RGB value is (54,25,124). Sum of RGB (Red+Green+Blue) = 54+25+124=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #36197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36197C is #C9E683. Grayscale: #2C2C2C. Windows color (decimal): -13231748 or 8132918. OLE color: 8132918.

HSL color Cylindrical-coordinate representation of color #36197C: hue angle of 257.58º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36197C is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 25 124 -
CMYK 0.56 0.80 0 0.51
HSL 257.58º 0.66% 0.29% -
HSV(B) 257.58º 0.8% 0.49% -
XYZ 5.51 2.93 19.35 -
YUV 44.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 54 25 124 0.56 0.80 0 0.51 257.58 0.66 0.29
Hex 36 19 7C 38 50 0 33 102 42 1D
Octal 66 31 174 70 120 0 63 402 102 35
Binary 110110 11001 1111100 111000 1010000 0 110011 100000010 1000010 11101

Color Harmonies of #36197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36197C

Black with #36197C

Text Example


Text Example

White with #36197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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