Html Css Color HEX #56007B Indigo

📋 copy color: '#56007B'

red 86 ◦ green 0 ◦ blue 123

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

Shades of Indigo #56007B

Tints of Indigo #56007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 41.15%
G = 0%
B = 58.85%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56007B (or 0x56007B) is known color: Indigo. HEX triplet: 56, 00 and 7B. RGB value is (86,0,123). Sum of RGB (Red+Green+Blue) = 86+0+123=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #56007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56007B is #A9FF84. Grayscale: #272727. Windows color (decimal): -11140997 or 8061014. OLE color: 8061014.

HSL color Cylindrical-coordinate representation of color #56007B: hue angle of 281.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56007B is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 0 123 -
CMYK 0.30 1 0 0.52
HSL 281.95º 1% 0.24% -
HSV(B) 281.95º 1% 0.48% -
XYZ 7.41 3.41 19.01 -
YUV 39.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 86 0 123 0.30 1 0 0.52 281.95 1 0.24
Hex 56 0 7B 1E 64 0 34 11A 64 18
Octal 126 0 173 36 144 0 64 432 144 30
Binary 1010110 0 1111011 11110 1100100 0 110100 100011010 1100100 11000

Color Harmonies of #56007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56007B

Black with #56007B

Text Example


Text Example

White with #56007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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