Html Css Color HEX #4005AE Indigo

📋 copy color: '#4005AE'

red 64 ◦ green 5 ◦ blue 174

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

Shades of Indigo #4005AE

Tints of Indigo #4005AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 26.34%
G = 2.06%
B = 71.6%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4005AE (or 0x4005AE) is known color: Indigo. HEX triplet: 40, 05 and AE. RGB value is (64,5,174). Sum of RGB (Red+Green+Blue) = 64+5+174=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #4005AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4005AE is #BFFA51. Grayscale: #292929. Windows color (decimal): -12581458 or 11404608. OLE color: 11404608.

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

Color convert

RGB 64 5 174 -
CMYK 0.63 0.97 0 0.32
HSL 260.95º 0.94% 0.35% -
HSV(B) 260.95º 0.97% 0.68% -
XYZ 9.81 4.25 40.35 -
YUV 41.91 202.55 143.76 -
System Red Green Blue C M Y K H S L
Decimal 64 5 174 0.63 0.97 0 0.32 260.95 0.94 0.35
Hex 40 5 AE 3F 61 0 20 105 5E 23
Octal 100 5 256 77 141 0 40 405 136 43
Binary 1000000 101 10101110 111111 1100001 0 100000 100000101 1011110 100011

Color Harmonies of #4005AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005AE

Black with #4005AE

Text Example


Text Example

White with #4005AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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