Html Css Color HEX #561992 Indigo

📋 copy color: '#561992'

red 86 ◦ green 25 ◦ blue 146

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

Shades of Indigo #561992

Tints of Indigo #561992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 33.46%
G = 9.73%
B = 56.81%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#561992 (or 0x561992) is known color: Indigo. HEX triplet: 56, 19 and 92. RGB value is (86,25,146). Sum of RGB (Red+Green+Blue) = 86+25+146=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #561992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561992 is #A9E66D. Grayscale: #383838. Windows color (decimal): -11134574 or 9574742. OLE color: 9574742.

HSL color Cylindrical-coordinate representation of color #561992: hue angle of 270.25º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561992 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 25 146 -
CMYK 0.41 0.83 0 0.43
HSL 270.25º 0.71% 0.34% -
HSV(B) 270.25º 0.83% 0.57% -
XYZ 9.37 4.75 27.62 -
YUV 57.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 86 25 146 0.41 0.83 0 0.43 270.25 0.71 0.34
Hex 56 19 92 29 53 0 2B 10E 47 22
Octal 126 31 222 51 123 0 53 416 107 42
Binary 1010110 11001 10010010 101001 1010011 0 101011 100001110 1000111 100010

Color Harmonies of #561992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561992

Black with #561992

Text Example


Text Example

White with #561992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561992; }

 p { color: rgb(86,25,146); }

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

background-color css

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

 a { background-color: rgb(86,25,146); }

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

border-color css

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

 span { border-color: rgb(86,25,146); }

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