Html Css Color HEX #560C8A Indigo

📋 copy color: '#560C8A'

red 86 ◦ green 12 ◦ blue 138

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

Shades of Indigo #560C8A

Tints of Indigo #560C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 36.44%
G = 5.08%
B = 58.47%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#560C8A (or 0x560C8A) is known color: Indigo. HEX triplet: 56, 0C and 8A. RGB value is (86,12,138). Sum of RGB (Red+Green+Blue) = 86+12+138=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #560C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C8A is #A9F375. Grayscale: #303030. Windows color (decimal): -11137910 or 9047126. OLE color: 9047126.

HSL color Cylindrical-coordinate representation of color #560C8A: hue angle of 275.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560C8A is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 12 138 -
CMYK 0.38 0.91 0 0.46
HSL 275.24º 0.84% 0.29% -
HSV(B) 275.24º 0.91% 0.54% -
XYZ 8.56 4.08 24.38 -
YUV 48.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 86 12 138 0.38 0.91 0 0.46 275.24 0.84 0.29
Hex 56 C 8A 26 5B 0 2E 113 54 1D
Octal 126 14 212 46 133 0 56 423 124 35
Binary 1010110 1100 10001010 100110 1011011 0 101110 100010011 1010100 11101

Color Harmonies of #560C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C8A

Black with #560C8A

Text Example


Text Example

White with #560C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560C8A; }

 p { color: rgb(86,12,138); }

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

background-color css

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

 a { background-color: rgb(86,12,138); }

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

border-color css

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

 span { border-color: rgb(86,12,138); }

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