Html Css Color HEX #4A059B Indigo

📋 copy color: '#4A059B'

red 74 ◦ green 5 ◦ blue 155

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

Shades of Indigo #4A059B

Tints of Indigo #4A059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 31.62%
G = 2.14%
B = 66.24%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A059B (or 0x4A059B) is known color: Indigo. HEX triplet: 4A, 05 and 9B. RGB value is (74,5,155). Sum of RGB (Red+Green+Blue) = 74+5+155=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A059B is #B5FA64. Grayscale: #2A2A2A. Windows color (decimal): -11926117 or 10159434. OLE color: 10159434.

HSL color Cylindrical-coordinate representation of color #4A059B: hue angle of 267.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A059B is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 5 155 -
CMYK 0.52 0.97 0 0.39
HSL 267.6º 0.94% 0.31% -
HSV(B) 267.6º 0.97% 0.61% -
XYZ 8.79 3.93 31.31 -
YUV 42.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 74 5 155 0.52 0.97 0 0.39 267.6 0.94 0.31
Hex 4A 5 9B 34 61 0 27 10C 5E 1F
Octal 112 5 233 64 141 0 47 414 136 37
Binary 1001010 101 10011011 110100 1100001 0 100111 100001100 1011110 11111

Color Harmonies of #4A059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A059B

Black with #4A059B

Text Example


Text Example

White with #4A059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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