Html Css Color HEX #4009AC Indigo

📋 copy color: '#4009AC'

red 64 ◦ green 9 ◦ blue 172

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

Shades of Indigo #4009AC

Tints of Indigo #4009AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 26.12%
G = 3.67%
B = 70.2%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4009AC (or 0x4009AC) is known color: Indigo. HEX triplet: 40, 09 and AC. RGB value is (64,9,172). Sum of RGB (Red+Green+Blue) = 64+9+172=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #4009AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4009AC is #BFF653. Grayscale: #2B2B2B. Windows color (decimal): -12580436 or 11274560. OLE color: 11274560.

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

Color convert

RGB 64 9 172 -
CMYK 0.63 0.95 0 0.33
HSL 260.25º 0.9% 0.35% -
HSV(B) 260.25º 0.95% 0.67% -
XYZ 9.66 4.26 39.34 -
YUV 44.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 64 9 172 0.63 0.95 0 0.33 260.25 0.9 0.35
Hex 40 9 AC 3F 5F 0 21 104 5A 23
Octal 100 11 254 77 137 0 41 404 132 43
Binary 1000000 1001 10101100 111111 1011111 0 100001 100000100 1011010 100011

Color Harmonies of #4009AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4009AC

Black with #4009AC

Text Example


Text Example

White with #4009AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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