Html Css Color HEX #4B0579 Indigo

📋 copy color: '#4B0579'

red 75 ◦ green 5 ◦ blue 121

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

Shades of Indigo #4B0579

Tints of Indigo #4B0579

RGB

 RED value IS 75 (29.69% from 255) = 37.31%

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

 BLUE value IS 121 (47.66% from 255) = 60.2%

R = 37.31%
G = 2.49%
B = 60.2%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B0579 (or 0x4B0579) is known color: Indigo. HEX triplet: 4B, 05 and 79. RGB value is (75,5,121). Sum of RGB (Red+Green+Blue) = 75+5+121=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B0579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0579 is #B4FA86. Grayscale: #262626. Windows color (decimal): -11860615 or 7931211. OLE color: 7931211.

HSL color Cylindrical-coordinate representation of color #4B0579: hue angle of 276.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0579 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 5 121 -
CMYK 0.38 0.96 0 0.53
HSL 276.21º 0.92% 0.25% -
HSV(B) 276.21º 0.96% 0.47% -
XYZ 6.41 2.98 18.33 -
YUV 39.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 75 5 121 0.38 0.96 0 0.53 276.21 0.92 0.25
Hex 4B 5 79 26 60 0 35 114 5C 19
Octal 113 5 171 46 140 0 65 424 134 31
Binary 1001011 101 1111001 100110 1100000 0 110101 100010100 1011100 11001

Color Harmonies of #4B0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0579

Black with #4B0579

Text Example


Text Example

White with #4B0579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,121); }

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

background-color css

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

 a { background-color: rgb(75,5,121); }

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

border-color css

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

 span { border-color: rgb(75,5,121); }

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