Html Css Color HEX #440EAA Indigo

📋 copy color: '#440EAA'

red 68 ◦ green 14 ◦ blue 170

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

Shades of Indigo #440EAA

Tints of Indigo #440EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 26.98%
G = 5.56%
B = 67.46%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440EAA (or 0x440EAA) is known color: Indigo. HEX triplet: 44, 0E and AA. RGB value is (68,14,170). Sum of RGB (Red+Green+Blue) = 68+14+170=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #440EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAA is #BBF155. Grayscale: #2F2F2F. Windows color (decimal): -12317014 or 11144772. OLE color: 11144772.

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

Color convert

RGB 68 14 170 -
CMYK 0.6 0.92 0 0.33
HSL 260.77º 0.85% 0.36% -
HSV(B) 260.77º 0.92% 0.67% -
XYZ 9.8 4.45 38.37 -
YUV 47.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 68 14 170 0.6 0.92 0 0.33 260.77 0.85 0.36
Hex 44 E AA 3C 5C 0 21 105 55 24
Octal 104 16 252 74 134 0 41 405 125 44
Binary 1000100 1110 10101010 111100 1011100 0 100001 100000101 1010101 100100

Color Harmonies of #440EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EAA

Black with #440EAA

Text Example


Text Example

White with #440EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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