Html Css Color HEX #4009AE Indigo

📋 copy color: '#4009AE'

red 64 ◦ green 9 ◦ blue 174

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

Shades of Indigo #4009AE

Tints of Indigo #4009AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 25.91%
G = 3.64%
B = 70.45%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4009AE (or 0x4009AE) is known color: Indigo. HEX triplet: 40, 09 and AE. RGB value is (64,9,174). Sum of RGB (Red+Green+Blue) = 64+9+174=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #4009AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4009AE is #BFF651. Grayscale: #2B2B2B. Windows color (decimal): -12580434 or 11405632. OLE color: 11405632.

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

Color convert

RGB 64 9 174 -
CMYK 0.63 0.95 0 0.32
HSL 260º 0.9% 0.36% -
HSV(B) 260º 0.95% 0.68% -
XYZ 9.85 4.34 40.36 -
YUV 44.26 201.22 142.08 -
System Red Green Blue C M Y K H S L
Decimal 64 9 174 0.63 0.95 0 0.32 260 0.9 0.36
Hex 40 9 AE 3F 5F 0 20 104 5A 24
Octal 100 11 256 77 137 0 40 404 132 44
Binary 1000000 1001 10101110 111111 1011111 0 100000 100000100 1011010 100100

Color Harmonies of #4009AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4009AE

Black with #4009AE

Text Example


Text Example

White with #4009AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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