Html Css Color HEX #56089F Indigo

📋 copy color: '#56089F'

red 86 ◦ green 8 ◦ blue 159

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

Shades of Indigo #56089F

Tints of Indigo #56089F

RGB

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

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

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

R = 33.99%
G = 3.16%
B = 62.85%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56089F (or 0x56089F) is known color: Indigo. HEX triplet: 56, 08 and 9F. RGB value is (86,8,159). Sum of RGB (Red+Green+Blue) = 86+8+159=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #56089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56089F is #A9F760. Grayscale: #303030. Windows color (decimal): -11138913 or 10422358. OLE color: 10422358.

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

Color convert

RGB 86 8 159 -
CMYK 0.46 0.95 0 0.38
HSL 270.99º 0.9% 0.33% -
HSV(B) 270.99º 0.95% 0.62% -
XYZ 10.18 4.66 33.16 -
YUV 48.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 86 8 159 0.46 0.95 0 0.38 270.99 0.9 0.33
Hex 56 8 9F 2E 5F 0 26 10F 5A 21
Octal 126 10 237 56 137 0 46 417 132 41
Binary 1010110 1000 10011111 101110 1011111 0 100110 100001111 1011010 100001

Color Harmonies of #56089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56089F

Black with #56089F

Text Example


Text Example

White with #56089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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