Html Css Color HEX #561385 Indigo

📋 copy color: '#561385'

red 86 ◦ green 19 ◦ blue 133

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

Shades of Indigo #561385

Tints of Indigo #561385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 36.13%
G = 7.98%
B = 55.88%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#561385 (or 0x561385) is known color: Indigo. HEX triplet: 56, 13 and 85. RGB value is (86,19,133). Sum of RGB (Red+Green+Blue) = 86+19+133=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #561385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561385 is #A9EC7A. Grayscale: #333333. Windows color (decimal): -11136123 or 8721238. OLE color: 8721238.

HSL color Cylindrical-coordinate representation of color #561385: hue angle of 275.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561385 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 19 133 -
CMYK 0.35 0.86 0 0.48
HSL 275.26º 0.75% 0.3% -
HSV(B) 275.26º 0.86% 0.52% -
XYZ 8.3 4.14 22.55 -
YUV 52.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 86 19 133 0.35 0.86 0 0.48 275.26 0.75 0.3
Hex 56 13 85 23 56 0 30 113 4B 1E
Octal 126 23 205 43 126 0 60 423 113 36
Binary 1010110 10011 10000101 100011 1010110 0 110000 100010011 1001011 11110

Color Harmonies of #561385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561385

Black with #561385

Text Example


Text Example

White with #561385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561385; }

 p { color: rgb(86,19,133); }

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

background-color css

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

 a { background-color: rgb(86,19,133); }

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

border-color css

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

 span { border-color: rgb(86,19,133); }

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