Html Css Color HEX #4A038F Indigo

📋 copy color: '#4A038F'

red 74 ◦ green 3 ◦ blue 143

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

Shades of Indigo #4A038F

Tints of Indigo #4A038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65%

R = 33.64%
G = 1.36%
B = 65%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A038F (or 0x4A038F) is known color: Indigo. HEX triplet: 4A, 03 and 8F. RGB value is (74,3,143). Sum of RGB (Red+Green+Blue) = 74+3+143=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A038F is #B5FC70. Grayscale: #272727. Windows color (decimal): -11926641 or 9372490. OLE color: 9372490.

HSL color Cylindrical-coordinate representation of color #4A038F: hue angle of 270.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A038F is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 3 143 -
CMYK 0.48 0.98 0 0.44
HSL 270.43º 0.96% 0.29% -
HSV(B) 270.43º 0.98% 0.56% -
XYZ 7.81 3.5 26.25 -
YUV 40.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 74 3 143 0.48 0.98 0 0.44 270.43 0.96 0.29
Hex 4A 3 8F 30 62 0 2C 10E 60 1D
Octal 112 3 217 60 142 0 54 416 140 35
Binary 1001010 11 10001111 110000 1100010 0 101100 100001110 1100000 11101

Color Harmonies of #4A038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A038F

Black with #4A038F

Text Example


Text Example

White with #4A038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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