Html Css Color HEX #4B0597 Indigo

📋 copy color: '#4B0597'

red 75 ◦ green 5 ◦ blue 151

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

Shades of Indigo #4B0597

Tints of Indigo #4B0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 65.37%

R = 32.47%
G = 2.16%
B = 65.37%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B0597 (or 0x4B0597) is known color: Indigo. HEX triplet: 4B, 05 and 97. RGB value is (75,5,151). Sum of RGB (Red+Green+Blue) = 75+5+151=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B0597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0597 is #B4FA68. Grayscale: #2A2A2A. Windows color (decimal): -11860585 or 9897291. OLE color: 9897291.

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

Color convert

RGB 75 5 151 -
CMYK 0.50 0.97 0 0.41
HSL 268.77º 0.94% 0.31% -
HSV(B) 268.77º 0.97% 0.59% -
XYZ 8.54 3.84 29.57 -
YUV 42.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 75 5 151 0.50 0.97 0 0.41 268.77 0.94 0.31
Hex 4B 5 97 32 61 0 29 10D 5E 1F
Octal 113 5 227 62 141 0 51 415 136 37
Binary 1001011 101 10010111 110010 1100001 0 101001 100001101 1011110 11111

Color Harmonies of #4B0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0597

Black with #4B0597

Text Example


Text Example

White with #4B0597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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