Html Css Color HEX #4B1891 Indigo

📋 copy color: '#4B1891'

red 75 ◦ green 24 ◦ blue 145

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

Shades of Indigo #4B1891

Tints of Indigo #4B1891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 30.74%
G = 9.84%
B = 59.43%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B1891 (or 0x4B1891) is known color: Indigo. HEX triplet: 4B, 18 and 91. RGB value is (75,24,145). Sum of RGB (Red+Green+Blue) = 75+24+145=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B1891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1891 is #B4E76E. Grayscale: #343434. Windows color (decimal): -11855727 or 9508939. OLE color: 9508939.

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

Color convert

RGB 75 24 145 -
CMYK 0.48 0.83 0 0.43
HSL 265.29º 0.72% 0.33% -
HSV(B) 265.29º 0.83% 0.57% -
XYZ 8.34 4.19 27.16 -
YUV 53.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 75 24 145 0.48 0.83 0 0.43 265.29 0.72 0.33
Hex 4B 18 91 30 53 0 2B 109 48 21
Octal 113 30 221 60 123 0 53 411 110 41
Binary 1001011 11000 10010001 110000 1010011 0 101011 100001001 1001000 100001

Color Harmonies of #4B1891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1891

Black with #4B1891

Text Example


Text Example

White with #4B1891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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