Html Css Color HEX #4000AC Indigo

📋 copy color: '#4000AC'

red 64 ◦ green 0 ◦ blue 172

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

Shades of Indigo #4000AC

Tints of Indigo #4000AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 27.12%
G = 0%
B = 72.88%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4000AC (or 0x4000AC) is known color: Indigo. HEX triplet: 40, 00 and AC. RGB value is (64,0,172). Sum of RGB (Red+Green+Blue) = 64+0+172=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #4000AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4000AC is #BFFF53. Grayscale: #262626. Windows color (decimal): -12582740 or 11272256. OLE color: 11272256.

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

Color convert

RGB 64 0 172 -
CMYK 0.63 1 0 0.33
HSL 262.33º 1% 0.34% -
HSV(B) 262.33º 1% 0.67% -
XYZ 9.56 4.07 39.31 -
YUV 38.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 64 0 172 0.63 1 0 0.33 262.33 1 0.34
Hex 40 0 AC 3F 64 0 21 106 64 22
Octal 100 0 254 77 144 0 41 406 144 42
Binary 1000000 0 10101100 111111 1100100 0 100001 100000110 1100100 100010

Color Harmonies of #4000AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000AC

Black with #4000AC

Text Example


Text Example

White with #4000AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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