Html Css Color HEX #4000AD Indigo

📋 copy color: '#4000AD'

red 64 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4000AD

Tints of Indigo #4000AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27%
G = 0%
B = 73%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4000AD (or 0x4000AD) is known color: Indigo. HEX triplet: 40, 00 and AD. RGB value is (64,0,173). Sum of RGB (Red+Green+Blue) = 64+0+173=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #4000AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4000AD is #BFFF52. Grayscale: #262626. Windows color (decimal): -12582739 or 11337792. OLE color: 11337792.

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

Color convert

RGB 64 0 173 -
CMYK 0.63 1 0 0.32
HSL 262.2º 1% 0.34% -
HSV(B) 262.2º 1% 0.68% -
XYZ 9.66 4.11 39.82 -
YUV 38.86 203.7 145.93 -
System Red Green Blue C M Y K H S L
Decimal 64 0 173 0.63 1 0 0.32 262.2 1 0.34
Hex 40 0 AD 3F 64 0 20 106 64 22
Octal 100 0 255 77 144 0 40 406 144 42
Binary 1000000 0 10101101 111111 1100100 0 100000 100000110 1100100 100010

Color Harmonies of #4000AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000AD

Black with #4000AD

Text Example


Text Example

White with #4000AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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