Html Css Color HEX #4A01AE Indigo

📋 copy color: '#4A01AE'

red 74 ◦ green 1 ◦ blue 174

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

Shades of Indigo #4A01AE

Tints of Indigo #4A01AE

RGB

 RED value IS 74 (29.3% from 255) = 29.72%

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 29.72%
G = 0.4%
B = 69.88%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A01AE (or 0x4A01AE) is known color: Indigo. HEX triplet: 4A, 01 and AE. RGB value is (74,1,174). Sum of RGB (Red+Green+Blue) = 74+1+174=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A01AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A01AE is #B5FE51. Grayscale: #292929. Windows color (decimal): -11927122 or 11403594. OLE color: 11403594.

HSL color Cylindrical-coordinate representation of color #4A01AE: hue angle of 265.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A01AE is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 1 174 -
CMYK 0.57 0.99 0 0.32
HSL 265.32º 0.99% 0.34% -
HSV(B) 265.32º 0.99% 0.68% -
XYZ 10.47 4.53 40.37 -
YUV 42.55 202.18 150.43 -
System Red Green Blue C M Y K H S L
Decimal 74 1 174 0.57 0.99 0 0.32 265.32 0.99 0.34
Hex 4A 1 AE 39 63 0 20 109 63 22
Octal 112 1 256 71 143 0 40 411 143 42
Binary 1001010 1 10101110 111001 1100011 0 100000 100001001 1100011 100010

Color Harmonies of #4A01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A01AE

Black with #4A01AE

Text Example


Text Example

White with #4A01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A01AE; }

 p { color: rgb(74,1,174); }

 H1.HeaderClassName
 {
   color: #4A01AE;
 }
 .AnyTagClassName
 {
   color: #4A01AE;
 }
</style>

background-color css

<style>
 a { background-color: #4A01AE; }

 a { background-color: rgb(74,1,174); }

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

border-color css

<style>
 span { border-color: #4A01AE; }

 span { border-color: rgb(74,1,174); }

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