Html Css Color HEX #56088D Indigo

📋 copy color: '#56088D'

red 86 ◦ green 8 ◦ blue 141

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

Shades of Indigo #56088D

Tints of Indigo #56088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 141 (55.47% from 255) = 60%

R = 36.6%
G = 3.4%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56088D (or 0x56088D) is known color: Indigo. HEX triplet: 56, 08 and 8D. RGB value is (86,8,141). Sum of RGB (Red+Green+Blue) = 86+8+141=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #56088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56088D is #A9F772. Grayscale: #2E2E2E. Windows color (decimal): -11138931 or 9242710. OLE color: 9242710.

HSL color Cylindrical-coordinate representation of color #56088D: hue angle of 275.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56088D is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 8 141 -
CMYK 0.39 0.94 0 0.45
HSL 275.19º 0.89% 0.29% -
HSV(B) 275.19º 0.94% 0.55% -
XYZ 8.73 4.08 25.53 -
YUV 46.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 86 8 141 0.39 0.94 0 0.45 275.19 0.89 0.29
Hex 56 8 8D 27 5E 0 2D 113 59 1D
Octal 126 10 215 47 136 0 55 423 131 35
Binary 1010110 1000 10001101 100111 1011110 0 101101 100010011 1011001 11101

Color Harmonies of #56088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56088D

Black with #56088D

Text Example


Text Example

White with #56088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56088D; }

 p { color: rgb(86,8,141); }

 H1.HeaderClassName
 {
   color: #56088D;
 }
 .AnyTagClassName
 {
   color: #56088D;
 }
</style>

background-color css

<style>
 a { background-color: #56088D; }

 a { background-color: rgb(86,8,141); }

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

border-color css

<style>
 span { border-color: #56088D; }

 span { border-color: rgb(86,8,141); }

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