Html Css Color HEX #4B0E72 Indigo

📋 copy color: '#4B0E72'

red 75 ◦ green 14 ◦ blue 114

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

Shades of Indigo #4B0E72

Tints of Indigo #4B0E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 36.95%
G = 6.9%
B = 56.16%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B0E72 (or 0x4B0E72) is known color: Indigo. HEX triplet: 4B, 0E and 72. RGB value is (75,14,114). Sum of RGB (Red+Green+Blue) = 75+14+114=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0E72 is #B4F18D. Grayscale: #2B2B2B. Windows color (decimal): -11858318 or 7474763. OLE color: 7474763.

HSL color Cylindrical-coordinate representation of color #4B0E72: hue angle of 276.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0E72 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 14 114 -
CMYK 0.34 0.88 0 0.55
HSL 276.6º 0.78% 0.25% -
HSV(B) 276.6º 0.88% 0.45% -
XYZ 6.1 3.02 16.18 -
YUV 43.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 75 14 114 0.34 0.88 0 0.55 276.6 0.78 0.25
Hex 4B E 72 22 58 0 37 115 4E 19
Octal 113 16 162 42 130 0 67 425 116 31
Binary 1001011 1110 1110010 100010 1011000 0 110111 100010101 1001110 11001

Color Harmonies of #4B0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0E72

Black with #4B0E72

Text Example


Text Example

White with #4B0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,114); }

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

background-color css

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

 a { background-color: rgb(75,14,114); }

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

border-color css

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

 span { border-color: rgb(75,14,114); }

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