Html Css Color HEX #56198A Indigo

📋 copy color: '#56198A'

red 86 ◦ green 25 ◦ blue 138

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

Shades of Indigo #56198A

Tints of Indigo #56198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 34.54%
G = 10.04%
B = 55.42%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56198A (or 0x56198A) is known color: Indigo. HEX triplet: 56, 19 and 8A. RGB value is (86,25,138). Sum of RGB (Red+Green+Blue) = 86+25+138=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #56198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56198A is #A9E675. Grayscale: #373737. Windows color (decimal): -11134582 or 9050454. OLE color: 9050454.

HSL color Cylindrical-coordinate representation of color #56198A: hue angle of 272.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56198A is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 25 138 -
CMYK 0.38 0.82 0 0.46
HSL 272.39º 0.69% 0.32% -
HSV(B) 272.39º 0.82% 0.54% -
XYZ 8.77 4.51 24.45 -
YUV 56.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 86 25 138 0.38 0.82 0 0.46 272.39 0.69 0.32
Hex 56 19 8A 26 52 0 2E 110 45 20
Octal 126 31 212 46 122 0 56 420 105 40
Binary 1010110 11001 10001010 100110 1010010 0 101110 100010000 1000101 100000

Color Harmonies of #56198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56198A

Black with #56198A

Text Example


Text Example

White with #56198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56198A; }

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

 H1.HeaderClassName
 {
   color: #56198A;
 }
 .AnyTagClassName
 {
   color: #56198A;
 }
</style>

background-color css

<style>
 a { background-color: #56198A; }

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

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

border-color css

<style>
 span { border-color: #56198A; }

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

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