Html Css Color HEX #440973 Indigo

📋 copy color: '#440973'

red 68 ◦ green 9 ◦ blue 115

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

Shades of Indigo #440973

Tints of Indigo #440973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 35.42%
G = 4.69%
B = 59.9%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440973 (or 0x440973) is known color: Indigo. HEX triplet: 44, 09 and 73. RGB value is (68,9,115). Sum of RGB (Red+Green+Blue) = 68+9+115=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #440973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440973 is #BBF68C. Grayscale: #262626. Windows color (decimal): -12318349 or 7539012. OLE color: 7539012.

HSL color Cylindrical-coordinate representation of color #440973: hue angle of 273.4º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440973 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 9 115 -
CMYK 0.41 0.92 0 0.55
HSL 273.4º 0.85% 0.24% -
HSV(B) 273.4º 0.92% 0.45% -
XYZ 5.58 2.66 16.44 -
YUV 38.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 68 9 115 0.41 0.92 0 0.55 273.4 0.85 0.24
Hex 44 9 73 29 5C 0 37 111 55 18
Octal 104 11 163 51 134 0 67 421 125 30
Binary 1000100 1001 1110011 101001 1011100 0 110111 100010001 1010101 11000

Color Harmonies of #440973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440973

Black with #440973

Text Example


Text Example

White with #440973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440973; }

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

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

background-color css

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

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

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

border-color css

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

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

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