Html Css Color HEX #440AAE Indigo

📋 copy color: '#440AAE'

red 68 ◦ green 10 ◦ blue 174

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

Shades of Indigo #440AAE

Tints of Indigo #440AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 26.98%
G = 3.97%
B = 69.05%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#440AAE (or 0x440AAE) is known color: Indigo. HEX triplet: 44, 0A and AE. RGB value is (68,10,174). Sum of RGB (Red+Green+Blue) = 68+10+174=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #440AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAE is #BBF551. Grayscale: #2D2D2D. Windows color (decimal): -12318034 or 11405892. OLE color: 11405892.

HSL color Cylindrical-coordinate representation of color #440AAE: hue angle of 261.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AAE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 10 174 -
CMYK 0.61 0.94 0 0.32
HSL 261.22º 0.89% 0.36% -
HSV(B) 261.22º 0.94% 0.68% -
XYZ 10.13 4.5 40.38 -
YUV 46.04 200.22 143.66 -
System Red Green Blue C M Y K H S L
Decimal 68 10 174 0.61 0.94 0 0.32 261.22 0.89 0.36
Hex 44 A AE 3D 5E 0 20 105 59 24
Octal 104 12 256 75 136 0 40 405 131 44
Binary 1000100 1010 10101110 111101 1011110 0 100000 100000101 1011001 100100

Color Harmonies of #440AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AAE

Black with #440AAE

Text Example


Text Example

White with #440AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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