Html Css Color HEX #56058C Indigo

📋 copy color: '#56058C'

red 86 ◦ green 5 ◦ blue 140

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

Shades of Indigo #56058C

Tints of Indigo #56058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 37.23%
G = 2.16%
B = 60.61%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56058C (or 0x56058C) is known color: Indigo. HEX triplet: 56, 05 and 8C. RGB value is (86,5,140). Sum of RGB (Red+Green+Blue) = 86+5+140=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #56058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56058C is #A9FA73. Grayscale: #2C2C2C. Windows color (decimal): -11139700 or 9176406. OLE color: 9176406.

HSL color Cylindrical-coordinate representation of color #56058C: hue angle of 276º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56058C is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 5 140 -
CMYK 0.39 0.96 0 0.45
HSL 276º 0.93% 0.28% -
HSV(B) 276º 0.96% 0.55% -
XYZ 8.63 3.98 25.12 -
YUV 44.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 86 5 140 0.39 0.96 0 0.45 276 0.93 0.28
Hex 56 5 8C 27 60 0 2D 114 5D 1C
Octal 126 5 214 47 140 0 55 424 135 34
Binary 1010110 101 10001100 100111 1100000 0 101101 100010100 1011101 11100

Color Harmonies of #56058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56058C

Black with #56058C

Text Example


Text Example

White with #56058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56058C; }

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

 H1.HeaderClassName
 {
   color: #56058C;
 }
 .AnyTagClassName
 {
   color: #56058C;
 }
</style>

background-color css

<style>
 a { background-color: #56058C; }

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

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

border-color css

<style>
 span { border-color: #56058C; }

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

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