Html Css Color HEX #56006F Indigo

📋 copy color: '#56006F'

red 86 ◦ green 0 ◦ blue 111

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

Shades of Indigo #56006F

Tints of Indigo #56006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 43.65%
G = 0%
B = 56.35%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56006F (or 0x56006F) is known color: Indigo. HEX triplet: 56, 00 and 6F. RGB value is (86,0,111). Sum of RGB (Red+Green+Blue) = 86+0+111=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #56006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56006F is #A9FF90. Grayscale: #262626. Windows color (decimal): -11141009 or 7274582. OLE color: 7274582.

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

Color convert

RGB 86 0 111 -
CMYK 0.23 1 0 0.56
HSL 286.49º 1% 0.22% -
HSV(B) 286.49º 1% 0.44% -
XYZ 6.71 3.13 15.29 -
YUV 38.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 86 0 111 0.23 1 0 0.56 286.49 1 0.22
Hex 56 0 6F 17 64 0 38 11E 64 16
Octal 126 0 157 27 144 0 70 436 144 26
Binary 1010110 0 1101111 10111 1100100 0 111000 100011110 1100100 10110

Color Harmonies of #56006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56006F

Black with #56006F

Text Example


Text Example

White with #56006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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