Html Css Color HEX #4007AE Indigo

📋 copy color: '#4007AE'

red 64 ◦ green 7 ◦ blue 174

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

Shades of Indigo #4007AE

Tints of Indigo #4007AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 26.12%
G = 2.86%
B = 71.02%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4007AE (or 0x4007AE) is known color: Indigo. HEX triplet: 40, 07 and AE. RGB value is (64,7,174). Sum of RGB (Red+Green+Blue) = 64+7+174=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #4007AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AE is #BFF851. Grayscale: #2A2A2A. Windows color (decimal): -12580946 or 11405120. OLE color: 11405120.

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

Color convert

RGB 64 7 174 -
CMYK 0.63 0.96 0 0.32
HSL 260.48º 0.92% 0.35% -
HSV(B) 260.48º 0.96% 0.68% -
XYZ 9.83 4.3 40.36 -
YUV 43.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 64 7 174 0.63 0.96 0 0.32 260.48 0.92 0.35
Hex 40 7 AE 3F 60 0 20 104 5C 23
Octal 100 7 256 77 140 0 40 404 134 43
Binary 1000000 111 10101110 111111 1100000 0 100000 100000100 1011100 100011

Color Harmonies of #4007AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4007AE

Black with #4007AE

Text Example


Text Example

White with #4007AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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