Html Css Color HEX #440974 Indigo

📋 copy color: '#440974'

red 68 ◦ green 9 ◦ blue 116

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

Shades of Indigo #440974

Tints of Indigo #440974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 35.23%
G = 4.66%
B = 60.1%

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

#440974 (or 0x440974) is known color: Indigo. HEX triplet: 44, 09 and 74. RGB value is (68,9,116). Sum of RGB (Red+Green+Blue) = 68+9+116=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #440974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440974 is #BBF68B. Grayscale: #262626. Windows color (decimal): -12318348 or 7604548. OLE color: 7604548.

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

Color convert

RGB 68 9 116 -
CMYK 0.41 0.92 0 0.55
HSL 273.08º 0.86% 0.25% -
HSV(B) 273.08º 0.92% 0.45% -
XYZ 5.63 2.69 16.74 -
YUV 38.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 68 9 116 0.41 0.92 0 0.55 273.08 0.86 0.25
Hex 44 9 74 29 5C 0 37 111 56 19
Octal 104 11 164 51 134 0 67 421 126 31
Binary 1000100 1001 1110100 101001 1011100 0 110111 100010001 1010110 11001

Color Harmonies of #440974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440974

Black with #440974

Text Example


Text Example

White with #440974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440974; }

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

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

background-color css

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

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

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

border-color css

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

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

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