Html Css Color HEX #561598 Indigo

📋 copy color: '#561598'

red 86 ◦ green 21 ◦ blue 152

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

Shades of Indigo #561598

Tints of Indigo #561598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 152 (59.77% from 255) = 58.69%

R = 33.2%
G = 8.11%
B = 58.69%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#561598 (or 0x561598) is known color: Indigo. HEX triplet: 56, 15 and 98. RGB value is (86,21,152). Sum of RGB (Red+Green+Blue) = 86+21+152=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #561598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561598 is #A9EA67. Grayscale: #363636. Windows color (decimal): -11135592 or 9966934. OLE color: 9966934.

HSL color Cylindrical-coordinate representation of color #561598: hue angle of 269.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561598 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 21 152 -
CMYK 0.43 0.86 0 0.40
HSL 269.77º 0.76% 0.34% -
HSV(B) 269.77º 0.86% 0.6% -
XYZ 9.77 4.78 30.11 -
YUV 55.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 86 21 152 0.43 0.86 0 0.40 269.77 0.76 0.34
Hex 56 15 98 2B 56 0 28 10E 4C 22
Octal 126 25 230 53 126 0 50 416 114 42
Binary 1010110 10101 10011000 101011 1010110 0 101000 100001110 1001100 100010

Color Harmonies of #561598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561598

Black with #561598

Text Example


Text Example

White with #561598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561598; }

 p { color: rgb(86,21,152); }

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

background-color css

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

 a { background-color: rgb(86,21,152); }

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

border-color css

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

 span { border-color: rgb(86,21,152); }

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