Html Css Color HEX #4B1791 Indigo

📋 copy color: '#4B1791'

red 75 ◦ green 23 ◦ blue 145

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

Shades of Indigo #4B1791

Tints of Indigo #4B1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 30.86%
G = 9.47%
B = 59.67%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B1791 (or 0x4B1791) is known color: Indigo. HEX triplet: 4B, 17 and 91. RGB value is (75,23,145). Sum of RGB (Red+Green+Blue) = 75+23+145=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1791 is #B4E86E. Grayscale: #343434. Windows color (decimal): -11855983 or 9508683. OLE color: 9508683.

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

Color convert

RGB 75 23 145 -
CMYK 0.48 0.84 0 0.43
HSL 265.57º 0.73% 0.33% -
HSV(B) 265.57º 0.84% 0.57% -
XYZ 8.32 4.15 27.15 -
YUV 52.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 75 23 145 0.48 0.84 0 0.43 265.57 0.73 0.33
Hex 4B 17 91 30 54 0 2B 10A 49 21
Octal 113 27 221 60 124 0 53 412 111 41
Binary 1001011 10111 10010001 110000 1010100 0 101011 100001010 1001001 100001

Color Harmonies of #4B1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1791

Black with #4B1791

Text Example


Text Example

White with #4B1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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