Html Css Color HEX #440860 Indigo

📋 copy color: '#440860'

red 68 ◦ green 8 ◦ blue 96

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

Shades of Indigo #440860

Tints of Indigo #440860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 39.53%
G = 4.65%
B = 55.81%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440860 (or 0x440860) is known color: Indigo. HEX triplet: 44, 08 and 60. RGB value is (68,8,96). Sum of RGB (Red+Green+Blue) = 68+8+96=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #440860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440860 is #BBF79F. Grayscale: #232323. Windows color (decimal): -12318624 or 6293572. OLE color: 6293572.

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

Color convert

RGB 68 8 96 -
CMYK 0.29 0.92 0 0.62
HSL 280.91º 0.85% 0.2% -
HSV(B) 280.91º 0.92% 0.38% -
XYZ 4.58 2.25 11.26 -
YUV 35.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 68 8 96 0.29 0.92 0 0.62 280.91 0.85 0.2
Hex 44 8 60 1D 5C 0 3E 119 55 14
Octal 104 10 140 35 134 0 76 431 125 24
Binary 1000100 1000 1100000 11101 1011100 0 111110 100011001 1010101 10100

Color Harmonies of #440860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440860

Black with #440860

Text Example


Text Example

White with #440860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440860; }

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

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

background-color css

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

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

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

border-color css

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

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

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