Html Css Color HEX #4004AE Indigo

📋 copy color: '#4004AE'

red 64 ◦ green 4 ◦ blue 174

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

Shades of Indigo #4004AE

Tints of Indigo #4004AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 26.45%
G = 1.65%
B = 71.9%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4004AE (or 0x4004AE) is known color: Indigo. HEX triplet: 40, 04 and AE. RGB value is (64,4,174). Sum of RGB (Red+Green+Blue) = 64+4+174=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #4004AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4004AE is #BFFB51. Grayscale: #282828. Windows color (decimal): -12581714 or 11404352. OLE color: 11404352.

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

Color convert

RGB 64 4 174 -
CMYK 0.63 0.98 0 0.32
HSL 261.18º 0.96% 0.35% -
HSV(B) 261.18º 0.98% 0.68% -
XYZ 9.8 4.23 40.35 -
YUV 41.32 202.88 144.18 -
System Red Green Blue C M Y K H S L
Decimal 64 4 174 0.63 0.98 0 0.32 261.18 0.96 0.35
Hex 40 4 AE 3F 62 0 20 105 60 23
Octal 100 4 256 77 142 0 40 405 140 43
Binary 1000000 100 10101110 111111 1100010 0 100000 100000101 1100000 100011

Color Harmonies of #4004AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004AE

Black with #4004AE

Text Example


Text Example

White with #4004AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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