Html Css Color HEX #4B0472 Indigo

📋 copy color: '#4B0472'

red 75 ◦ green 4 ◦ blue 114

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

Shades of Indigo #4B0472

Tints of Indigo #4B0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 38.86%
G = 2.07%
B = 59.07%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B0472 (or 0x4B0472) is known color: Indigo. HEX triplet: 4B, 04 and 72. RGB value is (75,4,114). Sum of RGB (Red+Green+Blue) = 75+4+114=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0472 is #B4FB8D. Grayscale: #252525. Windows color (decimal): -11860878 or 7472203. OLE color: 7472203.

HSL color Cylindrical-coordinate representation of color #4B0472: hue angle of 278.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0472 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 4 114 -
CMYK 0.34 0.96 0 0.55
HSL 278.73º 0.93% 0.23% -
HSV(B) 278.73º 0.96% 0.45% -
XYZ 5.98 2.8 16.14 -
YUV 37.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 75 4 114 0.34 0.96 0 0.55 278.73 0.93 0.23
Hex 4B 4 72 22 60 0 37 117 5D 17
Octal 113 4 162 42 140 0 67 427 135 27
Binary 1001011 100 1110010 100010 1100000 0 110111 100010111 1011101 10111

Color Harmonies of #4B0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0472

Black with #4B0472

Text Example


Text Example

White with #4B0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,4,114); }

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

background-color css

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

 a { background-color: rgb(75,4,114); }

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

border-color css

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

 span { border-color: rgb(75,4,114); }

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