Html Css Color HEX #440EA9 Indigo

📋 copy color: '#440EA9'

red 68 ◦ green 14 ◦ blue 169

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

Shades of Indigo #440EA9

Tints of Indigo #440EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 67.33%

R = 27.09%
G = 5.58%
B = 67.33%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#440EA9 (or 0x440EA9) is known color: Indigo. HEX triplet: 44, 0E and A9. RGB value is (68,14,169). Sum of RGB (Red+Green+Blue) = 68+14+169=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #440EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EA9 is #BBF156. Grayscale: #2F2F2F. Windows color (decimal): -12317015 or 11079236. OLE color: 11079236.

HSL color Cylindrical-coordinate representation of color #440EA9: hue angle of 260.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EA9 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 14 169 -
CMYK 0.60 0.92 0 0.34
HSL 260.9º 0.85% 0.36% -
HSV(B) 260.9º 0.92% 0.66% -
XYZ 9.7 4.41 37.88 -
YUV 47.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 68 14 169 0.60 0.92 0 0.34 260.9 0.85 0.36
Hex 44 E A9 3C 5C 0 22 105 55 24
Octal 104 16 251 74 134 0 42 405 125 44
Binary 1000100 1110 10101001 111100 1011100 0 100010 100000101 1010101 100100

Color Harmonies of #440EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EA9

Black with #440EA9

Text Example


Text Example

White with #440EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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