Html Css Color HEX #56009D Indigo

📋 copy color: '#56009D'

red 86 ◦ green 0 ◦ blue 157

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

Shades of Indigo #56009D

Tints of Indigo #56009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.39%
G = 0%
B = 64.61%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56009D (or 0x56009D) is known color: Indigo. HEX triplet: 56, 00 and 9D. RGB value is (86,0,157). Sum of RGB (Red+Green+Blue) = 86+0+157=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #56009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56009D is #A9FF62. Grayscale: #2B2B2B. Windows color (decimal): -11140963 or 10289238. OLE color: 10289238.

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

Color convert

RGB 86 0 157 -
CMYK 0.45 1 0 0.38
HSL 272.87º 1% 0.31% -
HSV(B) 272.87º 1% 0.62% -
XYZ 9.92 4.41 32.23 -
YUV 43.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 86 0 157 0.45 1 0 0.38 272.87 1 0.31
Hex 56 0 9D 2D 64 0 26 111 64 1F
Octal 126 0 235 55 144 0 46 421 144 37
Binary 1010110 0 10011101 101101 1100100 0 100110 100010001 1100100 11111

Color Harmonies of #56009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56009D

Black with #56009D

Text Example


Text Example

White with #56009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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