Html Css Color HEX #56098D Indigo

📋 copy color: '#56098D'

red 86 ◦ green 9 ◦ blue 141

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

Shades of Indigo #56098D

Tints of Indigo #56098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 36.44%
G = 3.81%
B = 59.75%

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

#56098D (or 0x56098D) is known color: Indigo. HEX triplet: 56, 09 and 8D. RGB value is (86,9,141). Sum of RGB (Red+Green+Blue) = 86+9+141=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #56098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56098D is #A9F672. Grayscale: #2E2E2E. Windows color (decimal): -11138675 or 9242966. OLE color: 9242966.

HSL color Cylindrical-coordinate representation of color #56098D: hue angle of 275º degrees, saturation: 0.88, 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 #56098D is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 9 141 -
CMYK 0.39 0.94 0 0.45
HSL 275º 0.88% 0.29% -
HSV(B) 275º 0.94% 0.55% -
XYZ 8.74 4.1 25.53 -
YUV 47.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 86 9 141 0.39 0.94 0 0.45 275 0.88 0.29
Hex 56 9 8D 27 5E 0 2D 113 58 1D
Octal 126 11 215 47 136 0 55 423 130 35
Binary 1010110 1001 10001101 100111 1011110 0 101101 100010011 1011000 11101

Color Harmonies of #56098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56098D

Black with #56098D

Text Example


Text Example

White with #56098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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