Html Css Color HEX #440AA5 Indigo

📋 copy color: '#440AA5'

red 68 ◦ green 10 ◦ blue 165

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

Shades of Indigo #440AA5

Tints of Indigo #440AA5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

 BLUE value IS 165 (64.84% from 255) = 67.9%

R = 27.98%
G = 4.12%
B = 67.9%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#440AA5 (or 0x440AA5) is known color: Indigo. HEX triplet: 44, 0A and A5. RGB value is (68,10,165). Sum of RGB (Red+Green+Blue) = 68+10+165=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #440AA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA5 is #BBF55A. Grayscale: #2C2C2C. Windows color (decimal): -12318043 or 10816068. OLE color: 10816068.

HSL color Cylindrical-coordinate representation of color #440AA5: hue angle of 262.45º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 10 165 -
CMYK 0.59 0.94 0 0.35
HSL 262.45º 0.89% 0.34% -
HSV(B) 262.45º 0.94% 0.65% -
XYZ 9.28 4.16 35.91 -
YUV 45.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 68 10 165 0.59 0.94 0 0.35 262.45 0.89 0.34
Hex 44 A A5 3B 5E 0 23 106 59 22
Octal 104 12 245 73 136 0 43 406 131 42
Binary 1000100 1010 10100101 111011 1011110 0 100011 100000110 1011001 100010

Color Harmonies of #440AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AA5

Black with #440AA5

Text Example


Text Example

White with #440AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,165); }

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

background-color css

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

 a { background-color: rgb(68,10,165); }

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

border-color css

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

 span { border-color: rgb(68,10,165); }

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