Html Css Color HEX #440AAB Indigo

📋 copy color: '#440AAB'

red 68 ◦ green 10 ◦ blue 171

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

Shades of Indigo #440AAB

Tints of Indigo #440AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 27.31%
G = 4.02%
B = 68.67%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440AAB (or 0x440AAB) is known color: Indigo. HEX triplet: 44, 0A and AB. RGB value is (68,10,171). Sum of RGB (Red+Green+Blue) = 68+10+171=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #440AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAB is #BBF554. Grayscale: #2D2D2D. Windows color (decimal): -12318037 or 11209284. OLE color: 11209284.

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

Color convert

RGB 68 10 171 -
CMYK 0.60 0.94 0 0.33
HSL 261.61º 0.89% 0.35% -
HSV(B) 261.61º 0.94% 0.67% -
XYZ 9.84 4.39 38.86 -
YUV 45.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 68 10 171 0.60 0.94 0 0.33 261.61 0.89 0.35
Hex 44 A AB 3C 5E 0 21 106 59 23
Octal 104 12 253 74 136 0 41 406 131 43
Binary 1000100 1010 10101011 111100 1011110 0 100001 100000110 1011001 100011

Color Harmonies of #440AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AAB

Black with #440AAB

Text Example


Text Example

White with #440AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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