Html Css Color HEX #4005AB Indigo

📋 copy color: '#4005AB'

red 64 ◦ green 5 ◦ blue 171

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

Shades of Indigo #4005AB

Tints of Indigo #4005AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 26.67%
G = 2.08%
B = 71.25%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4005AB (or 0x4005AB) is known color: Indigo. HEX triplet: 40, 05 and AB. RGB value is (64,5,171). Sum of RGB (Red+Green+Blue) = 64+5+171=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 5 (2.34% from 255 or 2.08% 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 #4005AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4005AB is #BFFA54. Grayscale: #282828. Windows color (decimal): -12581461 or 11208000. OLE color: 11208000.

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

Color convert

RGB 64 5 171 -
CMYK 0.63 0.97 0 0.33
HSL 261.33º 0.94% 0.35% -
HSV(B) 261.33º 0.97% 0.67% -
XYZ 9.52 4.14 38.83 -
YUV 41.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 64 5 171 0.63 0.97 0 0.33 261.33 0.94 0.35
Hex 40 5 AB 3F 61 0 21 105 5E 23
Octal 100 5 253 77 141 0 41 405 136 43
Binary 1000000 101 10101011 111111 1100001 0 100001 100000101 1011110 100011

Color Harmonies of #4005AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005AB

Black with #4005AB

Text Example


Text Example

White with #4005AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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