Html Css Color HEX #4A04AB Indigo

📋 copy color: '#4A04AB'

red 74 ◦ green 4 ◦ blue 171

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

Shades of Indigo #4A04AB

Tints of Indigo #4A04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 29.72%
G = 1.61%
B = 68.67%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A04AB (or 0x4A04AB) is known color: Indigo. HEX triplet: 4A, 04 and AB. RGB value is (74,4,171). Sum of RGB (Red+Green+Blue) = 74+4+171=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A04AB is #B5FB54. Grayscale: #2B2B2B. Windows color (decimal): -11926357 or 11207754. OLE color: 11207754.

HSL color Cylindrical-coordinate representation of color #4A04AB: hue angle of 265.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A04AB is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 4 171 -
CMYK 0.57 0.98 0 0.33
HSL 265.15º 0.95% 0.34% -
HSV(B) 265.15º 0.98% 0.67% -
XYZ 10.22 4.48 38.85 -
YUV 43.97 199.69 149.42 -
System Red Green Blue C M Y K H S L
Decimal 74 4 171 0.57 0.98 0 0.33 265.15 0.95 0.34
Hex 4A 4 AB 39 62 0 21 109 5F 22
Octal 112 4 253 71 142 0 41 411 137 42
Binary 1001010 100 10101011 111001 1100010 0 100001 100001001 1011111 100010

Color Harmonies of #4A04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A04AB

Black with #4A04AB

Text Example


Text Example

White with #4A04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,171); }

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

background-color css

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

 a { background-color: rgb(74,4,171); }

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

border-color css

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

 span { border-color: rgb(74,4,171); }

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