Html Css Color HEX #4006AD Indigo

📋 copy color: '#4006AD'

red 64 ◦ green 6 ◦ blue 173

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

Shades of Indigo #4006AD

Tints of Indigo #4006AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 173 (67.97% from 255) = 71.19%

R = 26.34%
G = 2.47%
B = 71.19%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4006AD (or 0x4006AD) is known color: Indigo. HEX triplet: 40, 06 and AD. RGB value is (64,6,173). Sum of RGB (Red+Green+Blue) = 64+6+173=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #4006AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4006AD is #BFF952. Grayscale: #292929. Windows color (decimal): -12581203 or 11339328. OLE color: 11339328.

HSL color Cylindrical-coordinate representation of color #4006AD: hue angle of 260.84º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006AD is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 6 173 -
CMYK 0.63 0.97 0 0.32
HSL 260.84º 0.93% 0.35% -
HSV(B) 260.84º 0.97% 0.68% -
XYZ 9.72 4.24 39.84 -
YUV 42.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 64 6 173 0.63 0.97 0 0.32 260.84 0.93 0.35
Hex 40 6 AD 3F 61 0 20 105 5D 23
Octal 100 6 255 77 141 0 40 405 135 43
Binary 1000000 110 10101101 111111 1100001 0 100000 100000101 1011101 100011

Color Harmonies of #4006AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006AD

Black with #4006AD

Text Example


Text Example

White with #4006AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4006AD; }

 p { color: rgb(64,6,173); }

 H1.HeaderClassName
 {
   color: #4006AD;
 }
 .AnyTagClassName
 {
   color: #4006AD;
 }
</style>

background-color css

<style>
 a { background-color: #4006AD; }

 a { background-color: rgb(64,6,173); }

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

border-color css

<style>
 span { border-color: #4006AD; }

 span { border-color: rgb(64,6,173); }

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