Html Css Color HEX #4B1790 Indigo

📋 copy color: '#4B1790'

red 75 ◦ green 23 ◦ blue 144

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

Shades of Indigo #4B1790

Tints of Indigo #4B1790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 30.99%
G = 9.5%
B = 59.5%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B1790 (or 0x4B1790) is known color: Indigo. HEX triplet: 4B, 17 and 90. RGB value is (75,23,144). Sum of RGB (Red+Green+Blue) = 75+23+144=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1790 is #B4E86F. Grayscale: #333333. Windows color (decimal): -11855984 or 9443147. OLE color: 9443147.

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

Color convert

RGB 75 23 144 -
CMYK 0.48 0.84 0 0.44
HSL 265.79º 0.72% 0.33% -
HSV(B) 265.79º 0.84% 0.56% -
XYZ 8.24 4.12 26.75 -
YUV 52.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 75 23 144 0.48 0.84 0 0.44 265.79 0.72 0.33
Hex 4B 17 90 30 54 0 2C 10A 48 21
Octal 113 27 220 60 124 0 54 412 110 41
Binary 1001011 10111 10010000 110000 1010100 0 101100 100001010 1001000 100001

Color Harmonies of #4B1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1790

Black with #4B1790

Text Example


Text Example

White with #4B1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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