Html Css Color HEX #4A03AD Indigo

📋 copy color: '#4A03AD'

red 74 ◦ green 3 ◦ blue 173

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

Shades of Indigo #4A03AD

Tints of Indigo #4A03AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 29.6%
G = 1.2%
B = 69.2%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A03AD (or 0x4A03AD) is known color: Indigo. HEX triplet: 4A, 03 and AD. RGB value is (74,3,173). Sum of RGB (Red+Green+Blue) = 74+3+173=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A03AD is #B5FC52. Grayscale: #2B2B2B. Windows color (decimal): -11926611 or 11338570. OLE color: 11338570.

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

Color convert

RGB 74 3 173 -
CMYK 0.57 0.98 0 0.32
HSL 265.06º 0.97% 0.35% -
HSV(B) 265.06º 0.98% 0.68% -
XYZ 10.4 4.54 39.86 -
YUV 43.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 74 3 173 0.57 0.98 0 0.32 265.06 0.97 0.35
Hex 4A 3 AD 39 62 0 20 109 61 23
Octal 112 3 255 71 142 0 40 411 141 43
Binary 1001010 11 10101101 111001 1100010 0 100000 100001001 1100001 100011

Color Harmonies of #4A03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A03AD

Black with #4A03AD

Text Example


Text Example

White with #4A03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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