Html Css Color HEX #440994 Indigo

📋 copy color: '#440994'

red 68 ◦ green 9 ◦ blue 148

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

Shades of Indigo #440994

Tints of Indigo #440994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 30.22%
G = 4%
B = 65.78%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440994 (or 0x440994) is known color: Indigo. HEX triplet: 44, 09 and 94. RGB value is (68,9,148). Sum of RGB (Red+Green+Blue) = 68+9+148=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #440994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440994 is #BBF66B. Grayscale: #292929. Windows color (decimal): -12318316 or 9701700. OLE color: 9701700.

HSL color Cylindrical-coordinate representation of color #440994: hue angle of 265.47º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440994 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 9 148 -
CMYK 0.54 0.94 0 0.42
HSL 265.47º 0.89% 0.31% -
HSV(B) 265.47º 0.94% 0.58% -
XYZ 7.83 3.56 28.29 -
YUV 42.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 68 9 148 0.54 0.94 0 0.42 265.47 0.89 0.31
Hex 44 9 94 36 5E 0 2A 109 59 1F
Octal 104 11 224 66 136 0 52 411 131 37
Binary 1000100 1001 10010100 110110 1011110 0 101010 100001001 1011001 11111

Color Harmonies of #440994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440994

Black with #440994

Text Example


Text Example

White with #440994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440994; }

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

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

background-color css

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

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

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

border-color css

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

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

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