Html Css Color HEX #4A03AC Indigo

📋 copy color: '#4A03AC'

red 74 ◦ green 3 ◦ blue 172

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

Shades of Indigo #4A03AC

Tints of Indigo #4A03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 29.72%
G = 1.2%
B = 69.08%

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

#4A03AC (or 0x4A03AC) is known color: Indigo. HEX triplet: 4A, 03 and AC. RGB value is (74,3,172). Sum of RGB (Red+Green+Blue) = 74+3+172=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A03AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A03AC is #B5FC53. Grayscale: #2A2A2A. Windows color (decimal): -11926612 or 11273034. OLE color: 11273034.

HSL color Cylindrical-coordinate representation of color #4A03AC: hue angle of 265.21º degrees, saturation: 0.97, 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 #4A03AC is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 3 172 -
CMYK 0.57 0.98 0 0.33
HSL 265.21º 0.97% 0.34% -
HSV(B) 265.21º 0.98% 0.67% -
XYZ 10.3 4.5 39.36 -
YUV 43.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 74 3 172 0.57 0.98 0 0.33 265.21 0.97 0.34
Hex 4A 3 AC 39 62 0 21 109 61 22
Octal 112 3 254 71 142 0 41 411 141 42
Binary 1001010 11 10101100 111001 1100010 0 100001 100001001 1100001 100010

Color Harmonies of #4A03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A03AC

Black with #4A03AC

Text Example


Text Example

White with #4A03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,3,172); }

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

background-color css

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

 a { background-color: rgb(74,3,172); }

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

border-color css

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

 span { border-color: rgb(74,3,172); }

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