Html Css Color HEX #56199D Indigo

📋 copy color: '#56199D'

red 86 ◦ green 25 ◦ blue 157

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

Shades of Indigo #56199D

Tints of Indigo #56199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 32.09%
G = 9.33%
B = 58.58%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56199D (or 0x56199D) is known color: Indigo. HEX triplet: 56, 19 and 9D. RGB value is (86,25,157). Sum of RGB (Red+Green+Blue) = 86+25+157=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #56199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56199D is #A9E662. Grayscale: #393939. Windows color (decimal): -11134563 or 10295638. OLE color: 10295638.

HSL color Cylindrical-coordinate representation of color #56199D: hue angle of 267.73º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56199D is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 25 157 -
CMYK 0.45 0.84 0 0.38
HSL 267.73º 0.73% 0.36% -
HSV(B) 267.73º 0.84% 0.62% -
XYZ 10.27 5.11 32.34 -
YUV 58.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 86 25 157 0.45 0.84 0 0.38 267.73 0.73 0.36
Hex 56 19 9D 2D 54 0 26 10C 49 24
Octal 126 31 235 55 124 0 46 414 111 44
Binary 1010110 11001 10011101 101101 1010100 0 100110 100001100 1001001 100100

Color Harmonies of #56199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56199D

Black with #56199D

Text Example


Text Example

White with #56199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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