Html Css Color HEX #56099D Indigo

📋 copy color: '#56099D'

red 86 ◦ green 9 ◦ blue 157

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

Shades of Indigo #56099D

Tints of Indigo #56099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 34.13%
G = 3.57%
B = 62.3%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56099D (or 0x56099D) is known color: Indigo. HEX triplet: 56, 09 and 9D. RGB value is (86,9,157). Sum of RGB (Red+Green+Blue) = 86+9+157=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #56099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099D is #A9F662. Grayscale: #303030. Windows color (decimal): -11138659 or 10291542. OLE color: 10291542.

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

Color convert

RGB 86 9 157 -
CMYK 0.45 0.94 0 0.38
HSL 271.22º 0.89% 0.33% -
HSV(B) 271.22º 0.94% 0.62% -
XYZ 10.02 4.61 32.26 -
YUV 48.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 86 9 157 0.45 0.94 0 0.38 271.22 0.89 0.33
Hex 56 9 9D 2D 5E 0 26 10F 59 21
Octal 126 11 235 55 136 0 46 417 131 41
Binary 1010110 1001 10011101 101101 1011110 0 100110 100001111 1011001 100001

Color Harmonies of #56099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56099D

Black with #56099D

Text Example


Text Example

White with #56099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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