Html Css Color HEX #561273 Indigo

📋 copy color: '#561273'

red 86 ◦ green 18 ◦ blue 115

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

Shades of Indigo #561273

Tints of Indigo #561273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 39.27%
G = 8.22%
B = 52.51%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561273 (or 0x561273) is known color: Indigo. HEX triplet: 56, 12 and 73. RGB value is (86,18,115). Sum of RGB (Red+Green+Blue) = 86+18+115=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #561273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561273 is #A9ED8C. Grayscale: #313131. Windows color (decimal): -11136397 or 7541334. OLE color: 7541334.

HSL color Cylindrical-coordinate representation of color #561273: hue angle of 282.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561273 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 18 115 -
CMYK 0.25 0.84 0 0.55
HSL 282.06º 0.73% 0.26% -
HSV(B) 282.06º 0.84% 0.45% -
XYZ 7.15 3.65 16.55 -
YUV 49.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 86 18 115 0.25 0.84 0 0.55 282.06 0.73 0.26
Hex 56 12 73 19 54 0 37 11A 49 1A
Octal 126 22 163 31 124 0 67 432 111 32
Binary 1010110 10010 1110011 11001 1010100 0 110111 100011010 1001001 11010

Color Harmonies of #561273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561273

Black with #561273

Text Example


Text Example

White with #561273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561273; }

 p { color: rgb(86,18,115); }

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

background-color css

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

 a { background-color: rgb(86,18,115); }

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

border-color css

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

 span { border-color: rgb(86,18,115); }

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