Html Css Color HEX #56006E Indigo

📋 copy color: '#56006E'

red 86 ◦ green 0 ◦ blue 110

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

Shades of Indigo #56006E

Tints of Indigo #56006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 43.88%
G = 0%
B = 56.12%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56006E (or 0x56006E) is known color: Indigo. HEX triplet: 56, 00 and 6E. RGB value is (86,0,110). Sum of RGB (Red+Green+Blue) = 86+0+110=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #56006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56006E is #A9FF91. Grayscale: #252525. Windows color (decimal): -11141010 or 7209046. OLE color: 7209046.

HSL color Cylindrical-coordinate representation of color #56006E: hue angle of 286.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56006E is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 0 110 -
CMYK 0.22 1 0 0.57
HSL 286.91º 1% 0.22% -
HSV(B) 286.91º 1% 0.43% -
XYZ 6.65 3.1 15 -
YUV 38.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 86 0 110 0.22 1 0 0.57 286.91 1 0.22
Hex 56 0 6E 16 64 0 39 11F 64 16
Octal 126 0 156 26 144 0 71 437 144 26
Binary 1010110 0 1101110 10110 1100100 0 111001 100011111 1100100 10110

Color Harmonies of #56006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56006E

Black with #56006E

Text Example


Text Example

White with #56006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56006E; }

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

 H1.HeaderClassName
 {
   color: #56006E;
 }
 .AnyTagClassName
 {
   color: #56006E;
 }
</style>

background-color css

<style>
 a { background-color: #56006E; }

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

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

border-color css

<style>
 span { border-color: #56006E; }

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

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