Html Css Color HEX #4401AB Indigo

📋 copy color: '#4401AB'

red 68 ◦ green 1 ◦ blue 171

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

Shades of Indigo #4401AB

Tints of Indigo #4401AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 28.33%
G = 0.42%
B = 71.25%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4401AB (or 0x4401AB) is known color: Indigo. HEX triplet: 44, 01 and AB. RGB value is (68,1,171). Sum of RGB (Red+Green+Blue) = 68+1+171=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #4401AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4401AB is #BBFE54. Grayscale: #272727. Windows color (decimal): -12320341 or 11206980. OLE color: 11206980.

HSL color Cylindrical-coordinate representation of color #4401AB: hue angle of 263.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4401AB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 1 171 -
CMYK 0.60 0.99 0 0.33
HSL 263.65º 0.99% 0.34% -
HSV(B) 263.65º 0.99% 0.67% -
XYZ 9.75 4.19 38.82 -
YUV 40.41 201.7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 68 1 171 0.60 0.99 0 0.33 263.65 0.99 0.34
Hex 44 1 AB 3C 63 0 21 108 63 22
Octal 104 1 253 74 143 0 41 410 143 42
Binary 1000100 1 10101011 111100 1100011 0 100001 100001000 1100011 100010

Color Harmonies of #4401AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401AB

Black with #4401AB

Text Example


Text Example

White with #4401AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4401AB; }

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

 H1.HeaderClassName
 {
   color: #4401AB;
 }
 .AnyTagClassName
 {
   color: #4401AB;
 }
</style>

background-color css

<style>
 a { background-color: #4401AB; }

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

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

border-color css

<style>
 span { border-color: #4401AB; }

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

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