Html Css Color HEX #560467 Indigo

📋 copy color: '#560467'

red 86 ◦ green 4 ◦ blue 103

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

Shades of Indigo #560467

Tints of Indigo #560467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 44.56%
G = 2.07%
B = 53.37%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560467 (or 0x560467) is known color: Indigo. HEX triplet: 56, 04 and 67. RGB value is (86,4,103). Sum of RGB (Red+Green+Blue) = 86+4+103=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #560467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560467 is #A9FB98. Grayscale: #272727. Windows color (decimal): -11139993 or 6751318. OLE color: 6751318.

HSL color Cylindrical-coordinate representation of color #560467: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560467 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 4 103 -
CMYK 0.17 0.96 0 0.60
HSL 289.7º 0.93% 0.21% -
HSV(B) 289.7º 0.96% 0.4% -
XYZ 6.33 3.04 13.09 -
YUV 39.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 86 4 103 0.17 0.96 0 0.60 289.7 0.93 0.21
Hex 56 4 67 11 60 0 3C 122 5D 15
Octal 126 4 147 21 140 0 74 442 135 25
Binary 1010110 100 1100111 10001 1100000 0 111100 100100010 1011101 10101

Color Harmonies of #560467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560467

Black with #560467

Text Example


Text Example

White with #560467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560467; }

 p { color: rgb(86,4,103); }

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

background-color css

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

 a { background-color: rgb(86,4,103); }

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

border-color css

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

 span { border-color: rgb(86,4,103); }

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