Html Css Color HEX #56099F Indigo

📋 copy color: '#56099F'

red 86 ◦ green 9 ◦ blue 159

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

Shades of Indigo #56099F

Tints of Indigo #56099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 33.86%
G = 3.54%
B = 62.6%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56099F (or 0x56099F) is known color: Indigo. HEX triplet: 56, 09 and 9F. RGB value is (86,9,159). Sum of RGB (Red+Green+Blue) = 86+9+159=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #56099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099F is #A9F660. Grayscale: #303030. Windows color (decimal): -11138657 or 10422614. OLE color: 10422614.

HSL color Cylindrical-coordinate representation of color #56099F: hue angle of 270.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56099F is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 9 159 -
CMYK 0.46 0.94 0 0.38
HSL 270.8º 0.89% 0.33% -
HSV(B) 270.8º 0.94% 0.62% -
XYZ 10.19 4.68 33.17 -
YUV 49.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 86 9 159 0.46 0.94 0 0.38 270.8 0.89 0.33
Hex 56 9 9F 2E 5E 0 26 10F 59 21
Octal 126 11 237 56 136 0 46 417 131 41
Binary 1010110 1001 10011111 101110 1011110 0 100110 100001111 1011001 100001

Color Harmonies of #56099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56099F

Black with #56099F

Text Example


Text Example

White with #56099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56099F; }

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

 H1.HeaderClassName
 {
   color: #56099F;
 }
 .AnyTagClassName
 {
   color: #56099F;
 }
</style>

background-color css

<style>
 a { background-color: #56099F; }

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

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

border-color css

<style>
 span { border-color: #56099F; }

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

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