Html Css Color HEX #56197E Indigo

📋 copy color: '#56197E'

red 86 ◦ green 25 ◦ blue 126

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

Shades of Indigo #56197E

Tints of Indigo #56197E

RGB

 RED value IS 86 (33.98% from 255) = 36.29%

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

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 36.29%
G = 10.55%
B = 53.16%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56197E (or 0x56197E) is known color: Indigo. HEX triplet: 56, 19 and 7E. RGB value is (86,25,126). Sum of RGB (Red+Green+Blue) = 86+25+126=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #56197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56197E is #A9E681. Grayscale: #363636. Windows color (decimal): -11134594 or 8264022. OLE color: 8264022.

HSL color Cylindrical-coordinate representation of color #56197E: hue angle of 276.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56197E is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 25 126 -
CMYK 0.32 0.80 0 0.51
HSL 276.24º 0.67% 0.3% -
HSV(B) 276.24º 0.8% 0.49% -
XYZ 7.95 4.18 20.13 -
YUV 54.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 86 25 126 0.32 0.80 0 0.51 276.24 0.67 0.3
Hex 56 19 7E 20 50 0 33 114 43 1E
Octal 126 31 176 40 120 0 63 424 103 36
Binary 1010110 11001 1111110 100000 1010000 0 110011 100010100 1000011 11110

Color Harmonies of #56197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56197E

Black with #56197E

Text Example


Text Example

White with #56197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56197E; }

 p { color: rgb(86,25,126); }

 H1.HeaderClassName
 {
   color: #56197E;
 }
 .AnyTagClassName
 {
   color: #56197E;
 }
</style>

background-color css

<style>
 a { background-color: #56197E; }

 a { background-color: rgb(86,25,126); }

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

border-color css

<style>
 span { border-color: #56197E; }

 span { border-color: rgb(86,25,126); }

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