Html Css Color HEX #56189B Indigo

📋 copy color: '#56189B'

red 86 ◦ green 24 ◦ blue 155

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

Shades of Indigo #56189B

Tints of Indigo #56189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 32.45%
G = 9.06%
B = 58.49%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56189B (or 0x56189B) is known color: Indigo. HEX triplet: 56, 18 and 9B. RGB value is (86,24,155). Sum of RGB (Red+Green+Blue) = 86+24+155=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #56189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56189B is #A9E764. Grayscale: #393939. Windows color (decimal): -11134821 or 10164310. OLE color: 10164310.

HSL color Cylindrical-coordinate representation of color #56189B: hue angle of 268.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56189B is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 24 155 -
CMYK 0.45 0.85 0 0.39
HSL 268.4º 0.73% 0.35% -
HSV(B) 268.4º 0.85% 0.61% -
XYZ 10.08 5 31.44 -
YUV 57.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 86 24 155 0.45 0.85 0 0.39 268.4 0.73 0.35
Hex 56 18 9B 2D 55 0 27 10C 49 23
Octal 126 30 233 55 125 0 47 414 111 43
Binary 1010110 11000 10011011 101101 1010101 0 100111 100001100 1001001 100011

Color Harmonies of #56189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56189B

Black with #56189B

Text Example


Text Example

White with #56189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56189B; }

 p { color: rgb(86,24,155); }

 H1.HeaderClassName
 {
   color: #56189B;
 }
 .AnyTagClassName
 {
   color: #56189B;
 }
</style>

background-color css

<style>
 a { background-color: #56189B; }

 a { background-color: rgb(86,24,155); }

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

border-color css

<style>
 span { border-color: #56189B; }

 span { border-color: rgb(86,24,155); }

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