Html Css Color HEX #561875 Indigo

📋 copy color: '#561875'

red 86 ◦ green 24 ◦ blue 117

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

Shades of Indigo #561875

Tints of Indigo #561875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 37.89%
G = 10.57%
B = 51.54%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561875 (or 0x561875) is known color: Indigo. HEX triplet: 56, 18 and 75. RGB value is (86,24,117). Sum of RGB (Red+Green+Blue) = 86+24+117=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #561875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561875 is #A9E78A. Grayscale: #343434. Windows color (decimal): -11134859 or 7673942. OLE color: 7673942.

HSL color Cylindrical-coordinate representation of color #561875: hue angle of 280º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561875 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 24 117 -
CMYK 0.26 0.79 0 0.54
HSL 280º 0.66% 0.28% -
HSV(B) 280º 0.79% 0.46% -
XYZ 7.38 3.92 17.2 -
YUV 53.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 86 24 117 0.26 0.79 0 0.54 280 0.66 0.28
Hex 56 18 75 1A 4F 0 36 118 42 1C
Octal 126 30 165 32 117 0 66 430 102 34
Binary 1010110 11000 1110101 11010 1001111 0 110110 100011000 1000010 11100

Color Harmonies of #561875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561875

Black with #561875

Text Example


Text Example

White with #561875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561875; }

 p { color: rgb(86,24,117); }

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

background-color css

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

 a { background-color: rgb(86,24,117); }

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

border-color css

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

 span { border-color: rgb(86,24,117); }

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