Html Css Color HEX #560399 Indigo

📋 copy color: '#560399'

red 86 ◦ green 3 ◦ blue 153

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

Shades of Indigo #560399

Tints of Indigo #560399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 35.54%
G = 1.24%
B = 63.22%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560399 (or 0x560399) is known color: Indigo. HEX triplet: 56, 03 and 99. RGB value is (86,3,153). Sum of RGB (Red+Green+Blue) = 86+3+153=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #560399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560399 is #A9FC66. Grayscale: #2C2C2C. Windows color (decimal): -11140199 or 10027862. OLE color: 10027862.

HSL color Cylindrical-coordinate representation of color #560399: hue angle of 273.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560399 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 3 153 -
CMYK 0.44 0.98 0 0.4
HSL 273.2º 0.96% 0.31% -
HSV(B) 273.2º 0.98% 0.6% -
XYZ 9.62 4.34 30.47 -
YUV 44.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 86 3 153 0.44 0.98 0 0.4 273.2 0.96 0.31
Hex 56 3 99 2C 62 0 28 111 60 1F
Octal 126 3 231 54 142 0 50 421 140 37
Binary 1010110 11 10011001 101100 1100010 0 101000 100010001 1100000 11111

Color Harmonies of #560399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560399

Black with #560399

Text Example


Text Example

White with #560399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560399; }

 p { color: rgb(86,3,153); }

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

background-color css

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

 a { background-color: rgb(86,3,153); }

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

border-color css

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

 span { border-color: rgb(86,3,153); }

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