Html Css Color HEX #561272 Indigo

📋 copy color: '#561272'

red 86 ◦ green 18 ◦ blue 114

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

Shades of Indigo #561272

Tints of Indigo #561272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 39.45%
G = 8.26%
B = 52.29%

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

#561272 (or 0x561272) is known color: Indigo. HEX triplet: 56, 12 and 72. RGB value is (86,18,114). Sum of RGB (Red+Green+Blue) = 86+18+114=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #561272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561272 is #A9ED8D. Grayscale: #303030. Windows color (decimal): -11136398 or 7475798. OLE color: 7475798.

HSL color Cylindrical-coordinate representation of color #561272: hue angle of 282.5º 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 #561272 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 18 114 -
CMYK 0.25 0.84 0 0.55
HSL 282.5º 0.73% 0.26% -
HSV(B) 282.5º 0.84% 0.45% -
XYZ 7.09 3.63 16.25 -
YUV 49.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 86 18 114 0.25 0.84 0 0.55 282.5 0.73 0.26
Hex 56 12 72 19 54 0 37 11A 49 1A
Octal 126 22 162 31 124 0 67 432 111 32
Binary 1010110 10010 1110010 11001 1010100 0 110111 100011010 1001001 11010

Color Harmonies of #561272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561272

Black with #561272

Text Example


Text Example

White with #561272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561272; }

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

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

background-color css

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

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

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

border-color css

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

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

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