Html Css Color HEX #56057B Indigo

📋 copy color: '#56057B'

red 86 ◦ green 5 ◦ blue 123

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

Shades of Indigo #56057B

Tints of Indigo #56057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 40.19%
G = 2.34%
B = 57.48%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56057B (or 0x56057B) is known color: Indigo. HEX triplet: 56, 05 and 7B. RGB value is (86,5,123). Sum of RGB (Red+Green+Blue) = 86+5+123=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #56057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56057B is #A9FA84. Grayscale: #2A2A2A. Windows color (decimal): -11139717 or 8062294. OLE color: 8062294.

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

Color convert

RGB 86 5 123 -
CMYK 0.30 0.96 0 0.52
HSL 281.19º 0.92% 0.25% -
HSV(B) 281.19º 0.96% 0.48% -
XYZ 7.47 3.52 19.02 -
YUV 42.67 173.34 158.91 -
System Red Green Blue C M Y K H S L
Decimal 86 5 123 0.30 0.96 0 0.52 281.19 0.92 0.25
Hex 56 5 7B 1E 60 0 34 119 5C 19
Octal 126 5 173 36 140 0 64 431 134 31
Binary 1010110 101 1111011 11110 1100000 0 110100 100011001 1011100 11001

Color Harmonies of #56057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56057B

Black with #56057B

Text Example


Text Example

White with #56057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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