Html Css Color HEX #561297 Indigo

📋 copy color: '#561297'

red 86 ◦ green 18 ◦ blue 151

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

Shades of Indigo #561297

Tints of Indigo #561297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.22%

R = 33.73%
G = 7.06%
B = 59.22%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#561297 (or 0x561297) is known color: Indigo. HEX triplet: 56, 12 and 97. RGB value is (86,18,151). Sum of RGB (Red+Green+Blue) = 86+18+151=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #561297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561297 is #A9ED68. Grayscale: #353535. Windows color (decimal): -11136361 or 9900630. OLE color: 9900630.

HSL color Cylindrical-coordinate representation of color #561297: hue angle of 270.68º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561297 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 18 151 -
CMYK 0.43 0.88 0 0.41
HSL 270.68º 0.79% 0.33% -
HSV(B) 270.68º 0.88% 0.59% -
XYZ 9.64 4.65 29.67 -
YUV 53.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 86 18 151 0.43 0.88 0 0.41 270.68 0.79 0.33
Hex 56 12 97 2B 58 0 29 10F 4F 21
Octal 126 22 227 53 130 0 51 417 117 41
Binary 1010110 10010 10010111 101011 1011000 0 101001 100001111 1001111 100001

Color Harmonies of #561297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561297

Black with #561297

Text Example


Text Example

White with #561297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561297; }

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

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

background-color css

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

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

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

border-color css

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

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

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