Html Css Color HEX #4001AB Indigo

📋 copy color: '#4001AB'

red 64 ◦ green 1 ◦ blue 171

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

Shades of Indigo #4001AB

Tints of Indigo #4001AB

RGB

 RED value IS 64 (25.39% from 255) = 27.12%

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

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

R = 27.12%
G = 0.42%
B = 72.46%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4001AB (or 0x4001AB) is known color: Indigo. HEX triplet: 40, 01 and AB. RGB value is (64,1,171). Sum of RGB (Red+Green+Blue) = 64+1+171=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #4001AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4001AB is #BFFE54. Grayscale: #262626. Windows color (decimal): -12582485 or 11206976. OLE color: 11206976.

HSL color Cylindrical-coordinate representation of color #4001AB: hue angle of 262.24º 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 #4001AB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 1 171 -
CMYK 0.63 0.99 0 0.33
HSL 262.24º 0.99% 0.34% -
HSV(B) 262.24º 0.99% 0.67% -
XYZ 9.48 4.05 38.81 -
YUV 39.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 64 1 171 0.63 0.99 0 0.33 262.24 0.99 0.34
Hex 40 1 AB 3F 63 0 21 106 63 22
Octal 100 1 253 77 143 0 41 406 143 42
Binary 1000000 1 10101011 111111 1100011 0 100001 100000110 1100011 100010

Color Harmonies of #4001AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4001AB

Black with #4001AB

Text Example


Text Example

White with #4001AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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