Html Css Color HEX #4B0391 Indigo

📋 copy color: '#4B0391'

red 75 ◦ green 3 ◦ blue 145

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

Shades of Indigo #4B0391

Tints of Indigo #4B0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 33.63%
G = 1.35%
B = 65.02%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B0391 (or 0x4B0391) is known color: Indigo. HEX triplet: 4B, 03 and 91. RGB value is (75,3,145). Sum of RGB (Red+Green+Blue) = 75+3+145=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0391 is #B4FC6E. Grayscale: #282828. Windows color (decimal): -11861103 or 9503563. OLE color: 9503563.

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

Color convert

RGB 75 3 145 -
CMYK 0.48 0.98 0 0.43
HSL 270.42º 0.96% 0.29% -
HSV(B) 270.42º 0.98% 0.57% -
XYZ 8.05 3.61 27.06 -
YUV 40.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 75 3 145 0.48 0.98 0 0.43 270.42 0.96 0.29
Hex 4B 3 91 30 62 0 2B 10E 60 1D
Octal 113 3 221 60 142 0 53 416 140 35
Binary 1001011 11 10010001 110000 1100010 0 101011 100001110 1100000 11101

Color Harmonies of #4B0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0391

Black with #4B0391

Text Example


Text Example

White with #4B0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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