Html Css Color HEX #4B1799 Indigo

📋 copy color: '#4B1799'

red 75 ◦ green 23 ◦ blue 153

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

Shades of Indigo #4B1799

Tints of Indigo #4B1799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 29.88%
G = 9.16%
B = 60.96%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B1799 (or 0x4B1799) is known color: Indigo. HEX triplet: 4B, 17 and 99. RGB value is (75,23,153). Sum of RGB (Red+Green+Blue) = 75+23+153=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1799 is #B4E866. Grayscale: #343434. Windows color (decimal): -11855975 or 10032971. OLE color: 10032971.

HSL color Cylindrical-coordinate representation of color #4B1799: hue angle of 264º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1799 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 75 23 153 -
CMYK 0.51 0.85 0 0.4
HSL 264º 0.74% 0.35% -
HSV(B) 264º 0.85% 0.6% -
XYZ 8.96 4.41 30.52 -
YUV 53.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 75 23 153 0.51 0.85 0 0.4 264 0.74 0.35
Hex 4B 17 99 33 55 0 28 108 4A 23
Octal 113 27 231 63 125 0 50 410 112 43
Binary 1001011 10111 10011001 110011 1010101 0 101000 100001000 1001010 100011

Color Harmonies of #4B1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1799

Black with #4B1799

Text Example


Text Example

White with #4B1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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