Html Css Color HEX #440560 Indigo

📋 copy color: '#440560'

red 68 ◦ green 5 ◦ blue 96

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

Shades of Indigo #440560

Tints of Indigo #440560

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 40.24%
G = 2.96%
B = 56.8%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440560 (or 0x440560) is known color: Indigo. HEX triplet: 44, 05 and 60. RGB value is (68,5,96). Sum of RGB (Red+Green+Blue) = 68+5+96=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #440560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440560 is #BBFA9F. Grayscale: #212121. Windows color (decimal): -12319392 or 6292804. OLE color: 6292804.

HSL color Cylindrical-coordinate representation of color #440560: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440560 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 5 96 -
CMYK 0.29 0.95 0 0.62
HSL 281.54º 0.9% 0.2% -
HSV(B) 281.54º 0.95% 0.38% -
XYZ 4.55 2.18 11.25 -
YUV 34.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 68 5 96 0.29 0.95 0 0.62 281.54 0.9 0.2
Hex 44 5 60 1D 5F 0 3E 11A 5A 14
Octal 104 5 140 35 137 0 76 432 132 24
Binary 1000100 101 1100000 11101 1011111 0 111110 100011010 1011010 10100

Color Harmonies of #440560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440560

Black with #440560

Text Example


Text Example

White with #440560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440560; }

 p { color: rgb(68,5,96); }

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

background-color css

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

 a { background-color: rgb(68,5,96); }

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

border-color css

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

 span { border-color: rgb(68,5,96); }

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