Html Css Color HEX #561274 Indigo

📋 copy color: '#561274'

red 86 ◦ green 18 ◦ blue 116

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

Shades of Indigo #561274

Tints of Indigo #561274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 39.09%
G = 8.18%
B = 52.73%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561274 (or 0x561274) is known color: Indigo. HEX triplet: 56, 12 and 74. RGB value is (86,18,116). Sum of RGB (Red+Green+Blue) = 86+18+116=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #561274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561274 is #A9ED8B. Grayscale: #313131. Windows color (decimal): -11136396 or 7606870. OLE color: 7606870.

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

Color convert

RGB 86 18 116 -
CMYK 0.26 0.84 0 0.55
HSL 281.63º 0.73% 0.26% -
HSV(B) 281.63º 0.84% 0.45% -
XYZ 7.21 3.67 16.85 -
YUV 49.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 86 18 116 0.26 0.84 0 0.55 281.63 0.73 0.26
Hex 56 12 74 1A 54 0 37 11A 49 1A
Octal 126 22 164 32 124 0 67 432 111 32
Binary 1010110 10010 1110100 11010 1010100 0 110111 100011010 1001001 11010

Color Harmonies of #561274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561274

Black with #561274

Text Example


Text Example

White with #561274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561274; }

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

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

background-color css

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

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

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

border-color css

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

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

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