Html Css Color HEX #4B0491 Indigo

📋 copy color: '#4B0491'

red 75 ◦ green 4 ◦ blue 145

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

Shades of Indigo #4B0491

Tints of Indigo #4B0491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 33.48%
G = 1.79%
B = 64.73%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B0491 (or 0x4B0491) is known color: Indigo. HEX triplet: 4B, 04 and 91. RGB value is (75,4,145). Sum of RGB (Red+Green+Blue) = 75+4+145=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0491 is #B4FB6E. Grayscale: #282828. Windows color (decimal): -11860847 or 9503819. OLE color: 9503819.

HSL color Cylindrical-coordinate representation of color #4B0491: hue angle of 270.21º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0491 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 4 145 -
CMYK 0.48 0.97 0 0.43
HSL 270.21º 0.95% 0.29% -
HSV(B) 270.21º 0.97% 0.57% -
XYZ 8.06 3.63 27.06 -
YUV 41.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 75 4 145 0.48 0.97 0 0.43 270.21 0.95 0.29
Hex 4B 4 91 30 61 0 2B 10E 5F 1D
Octal 113 4 221 60 141 0 53 416 137 35
Binary 1001011 100 10010001 110000 1100001 0 101011 100001110 1011111 11101

Color Harmonies of #4B0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0491

Black with #4B0491

Text Example


Text Example

White with #4B0491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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