Html Css Color HEX #440E73 Indigo

📋 copy color: '#440E73'

red 68 ◦ green 14 ◦ blue 115

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

Shades of Indigo #440E73

Tints of Indigo #440E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 34.52%
G = 7.11%
B = 58.38%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440E73 (or 0x440E73) is known color: Indigo. HEX triplet: 44, 0E and 73. RGB value is (68,14,115). Sum of RGB (Red+Green+Blue) = 68+14+115=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #440E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E73 is #BBF18C. Grayscale: #292929. Windows color (decimal): -12317069 or 7540292. OLE color: 7540292.

HSL color Cylindrical-coordinate representation of color #440E73: hue angle of 272.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440E73 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 14 115 -
CMYK 0.41 0.88 0 0.55
HSL 272.08º 0.78% 0.25% -
HSV(B) 272.08º 0.88% 0.45% -
XYZ 5.64 2.78 16.46 -
YUV 41.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 68 14 115 0.41 0.88 0 0.55 272.08 0.78 0.25
Hex 44 E 73 29 58 0 37 110 4E 19
Octal 104 16 163 51 130 0 67 420 116 31
Binary 1000100 1110 1110011 101001 1011000 0 110111 100010000 1001110 11001

Color Harmonies of #440E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E73

Black with #440E73

Text Example


Text Example

White with #440E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440E73; }

 p { color: rgb(68,14,115); }

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

background-color css

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

 a { background-color: rgb(68,14,115); }

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

border-color css

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

 span { border-color: rgb(68,14,115); }

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