Html Css Color HEX #4A055F Indigo

📋 copy color: '#4A055F'

red 74 ◦ green 5 ◦ blue 95

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

Shades of Indigo #4A055F

Tints of Indigo #4A055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 42.53%
G = 2.87%
B = 54.6%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A055F (or 0x4A055F) is known color: Indigo. HEX triplet: 4A, 05 and 5F. RGB value is (74,5,95). Sum of RGB (Red+Green+Blue) = 74+5+95=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A055F is #B5FAA0. Grayscale: #232323. Windows color (decimal): -11926177 or 6227274. OLE color: 6227274.

HSL color Cylindrical-coordinate representation of color #4A055F: hue angle of 286º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A055F is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 5 95 -
CMYK 0.22 0.95 0 0.63
HSL 286º 0.9% 0.2% -
HSV(B) 286º 0.95% 0.37% -
XYZ 4.94 2.39 11.03 -
YUV 35.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 74 5 95 0.22 0.95 0 0.63 286 0.9 0.2
Hex 4A 5 5F 16 5F 0 3F 11E 5A 14
Octal 112 5 137 26 137 0 77 436 132 24
Binary 1001010 101 1011111 10110 1011111 0 111111 100011110 1011010 10100

Color Harmonies of #4A055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A055F

Black with #4A055F

Text Example


Text Example

White with #4A055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,5,95); }

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

background-color css

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

 a { background-color: rgb(74,5,95); }

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

border-color css

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

 span { border-color: rgb(74,5,95); }

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