Html Css Color HEX #440EAC Indigo

📋 copy color: '#440EAC'

red 68 ◦ green 14 ◦ blue 172

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

Shades of Indigo #440EAC

Tints of Indigo #440EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 26.77%
G = 5.51%
B = 67.72%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440EAC (or 0x440EAC) is known color: Indigo. HEX triplet: 44, 0E and AC. RGB value is (68,14,172). Sum of RGB (Red+Green+Blue) = 68+14+172=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #440EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAC is #BBF153. Grayscale: #2F2F2F. Windows color (decimal): -12317012 or 11275844. OLE color: 11275844.

HSL color Cylindrical-coordinate representation of color #440EAC: hue angle of 260.51º 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 #440EAC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 14 172 -
CMYK 0.60 0.92 0 0.33
HSL 260.51º 0.85% 0.36% -
HSV(B) 260.51º 0.92% 0.67% -
XYZ 9.99 4.52 39.38 -
YUV 48.16 197.89 142.15 -
System Red Green Blue C M Y K H S L
Decimal 68 14 172 0.60 0.92 0 0.33 260.51 0.85 0.36
Hex 44 E AC 3C 5C 0 21 105 55 24
Octal 104 16 254 74 134 0 41 405 125 44
Binary 1000100 1110 10101100 111100 1011100 0 100001 100000101 1010101 100100

Color Harmonies of #440EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EAC

Black with #440EAC

Text Example


Text Example

White with #440EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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