Html Css Color HEX #560390 Indigo

📋 copy color: '#560390'

red 86 ◦ green 3 ◦ blue 144

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

Shades of Indigo #560390

Tints of Indigo #560390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 36.91%
G = 1.29%
B = 61.8%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#560390 (or 0x560390) is known color: Indigo. HEX triplet: 56, 03 and 90. RGB value is (86,3,144). Sum of RGB (Red+Green+Blue) = 86+3+144=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #560390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560390 is #A9FC6F. Grayscale: #2B2B2B. Windows color (decimal): -11140208 or 9438038. OLE color: 9438038.

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

Color convert

RGB 86 3 144 -
CMYK 0.40 0.98 0 0.44
HSL 275.32º 0.96% 0.29% -
HSV(B) 275.32º 0.98% 0.56% -
XYZ 8.9 4.06 26.7 -
YUV 43.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 86 3 144 0.40 0.98 0 0.44 275.32 0.96 0.29
Hex 56 3 90 28 62 0 2C 113 60 1D
Octal 126 3 220 50 142 0 54 423 140 35
Binary 1010110 11 10010000 101000 1100010 0 101100 100010011 1100000 11101

Color Harmonies of #560390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560390

Black with #560390

Text Example


Text Example

White with #560390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560390; }

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

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

background-color css

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

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

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

border-color css

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

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

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