Html Css Color HEX #440760 Indigo

📋 copy color: '#440760'

red 68 ◦ green 7 ◦ blue 96

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

Shades of Indigo #440760

Tints of Indigo #440760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 39.77%
G = 4.09%
B = 56.14%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440760 (or 0x440760) is known color: Indigo. HEX triplet: 44, 07 and 60. RGB value is (68,7,96). Sum of RGB (Red+Green+Blue) = 68+7+96=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #440760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440760 is #BBF89F. Grayscale: #232323. Windows color (decimal): -12318880 or 6293316. OLE color: 6293316.

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

Color convert

RGB 68 7 96 -
CMYK 0.29 0.93 0 0.62
HSL 281.12º 0.86% 0.2% -
HSV(B) 281.12º 0.93% 0.38% -
XYZ 4.57 2.23 11.25 -
YUV 35.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 68 7 96 0.29 0.93 0 0.62 281.12 0.86 0.2
Hex 44 7 60 1D 5D 0 3E 119 56 14
Octal 104 7 140 35 135 0 76 431 126 24
Binary 1000100 111 1100000 11101 1011101 0 111110 100011001 1010110 10100

Color Harmonies of #440760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440760

Black with #440760

Text Example


Text Example

White with #440760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440760; }

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

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

background-color css

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

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

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

border-color css

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

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

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