Html Css Color HEX #4B0595 Indigo

📋 copy color: '#4B0595'

red 75 ◦ green 5 ◦ blue 149

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

Shades of Indigo #4B0595

Tints of Indigo #4B0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 32.75%
G = 2.18%
B = 65.07%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B0595 (or 0x4B0595) is known color: Indigo. HEX triplet: 4B, 05 and 95. RGB value is (75,5,149). Sum of RGB (Red+Green+Blue) = 75+5+149=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0595 is #B4FA6A. Grayscale: #292929. Windows color (decimal): -11860587 or 9766219. OLE color: 9766219.

HSL color Cylindrical-coordinate representation of color #4B0595: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0595 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 5 149 -
CMYK 0.50 0.97 0 0.42
HSL 269.17º 0.94% 0.3% -
HSV(B) 269.17º 0.97% 0.58% -
XYZ 8.38 3.77 28.72 -
YUV 42.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 75 5 149 0.50 0.97 0 0.42 269.17 0.94 0.3
Hex 4B 5 95 32 61 0 2A 10D 5E 1E
Octal 113 5 225 62 141 0 52 415 136 36
Binary 1001011 101 10010101 110010 1100001 0 101010 100001101 1011110 11110

Color Harmonies of #4B0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0595

Black with #4B0595

Text Example


Text Example

White with #4B0595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,149); }

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

background-color css

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

 a { background-color: rgb(75,5,149); }

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

border-color css

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

 span { border-color: rgb(75,5,149); }

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