Html Css Color HEX #4A048B Indigo

📋 copy color: '#4A048B'

red 74 ◦ green 4 ◦ blue 139

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

Shades of Indigo #4A048B

Tints of Indigo #4A048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 34.1%
G = 1.84%
B = 64.06%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A048B (or 0x4A048B) is known color: Indigo. HEX triplet: 4A, 04 and 8B. RGB value is (74,4,139). Sum of RGB (Red+Green+Blue) = 74+4+139=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A048B is #B5FB74. Grayscale: #272727. Windows color (decimal): -11926389 or 9110602. OLE color: 9110602.

HSL color Cylindrical-coordinate representation of color #4A048B: hue angle of 271.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A048B is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 4 139 -
CMYK 0.47 0.97 0 0.45
HSL 271.11º 0.94% 0.28% -
HSV(B) 271.11º 0.97% 0.55% -
XYZ 7.53 3.41 24.69 -
YUV 40.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 74 4 139 0.47 0.97 0 0.45 271.11 0.94 0.28
Hex 4A 4 8B 2F 61 0 2D 10F 5E 1C
Octal 112 4 213 57 141 0 55 417 136 34
Binary 1001010 100 10001011 101111 1100001 0 101101 100001111 1011110 11100

Color Harmonies of #4A048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A048B

Black with #4A048B

Text Example


Text Example

White with #4A048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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