Html Css Color HEX #561990 Indigo

📋 copy color: '#561990'

red 86 ◦ green 25 ◦ blue 144

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

Shades of Indigo #561990

Tints of Indigo #561990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 33.73%
G = 9.8%
B = 56.47%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#561990 (or 0x561990) is known color: Indigo. HEX triplet: 56, 19 and 90. RGB value is (86,25,144). Sum of RGB (Red+Green+Blue) = 86+25+144=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #561990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561990 is #A9E66F. Grayscale: #383838. Windows color (decimal): -11134576 or 9443670. OLE color: 9443670.

HSL color Cylindrical-coordinate representation of color #561990: hue angle of 270.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561990 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 25 144 -
CMYK 0.40 0.83 0 0.44
HSL 270.76º 0.7% 0.33% -
HSV(B) 270.76º 0.83% 0.56% -
XYZ 9.22 4.69 26.8 -
YUV 56.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 86 25 144 0.40 0.83 0 0.44 270.76 0.7 0.33
Hex 56 19 90 28 53 0 2C 10F 46 21
Octal 126 31 220 50 123 0 54 417 106 41
Binary 1010110 11001 10010000 101000 1010011 0 101100 100001111 1000110 100001

Color Harmonies of #561990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561990

Black with #561990

Text Example


Text Example

White with #561990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561990; }

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

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

background-color css

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

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

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

border-color css

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

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

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