Html Css Color HEX #4C0E72 Indigo

📋 copy color: '#4C0E72'

red 76 ◦ green 14 ◦ blue 114

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

Shades of Indigo #4C0E72

Tints of Indigo #4C0E72

RGB

 RED value IS 76 (30.08% from 255) = 37.25%

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

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

R = 37.25%
G = 6.86%
B = 55.88%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C0E72 (or 0x4C0E72) is known color: Indigo. HEX triplet: 4C, 0E and 72. RGB value is (76,14,114). Sum of RGB (Red+Green+Blue) = 76+14+114=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0E72 is #B3F18D. Grayscale: #2B2B2B. Windows color (decimal): -11792782 or 7474764. OLE color: 7474764.

HSL color Cylindrical-coordinate representation of color #4C0E72: hue angle of 277.2º 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 #4C0E72 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 14 114 -
CMYK 0.33 0.88 0 0.55
HSL 277.2º 0.78% 0.25% -
HSV(B) 277.2º 0.88% 0.45% -
XYZ 6.17 3.07 16.19 -
YUV 43.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 76 14 114 0.33 0.88 0 0.55 277.2 0.78 0.25
Hex 4C E 72 21 58 0 37 115 4E 19
Octal 114 16 162 41 130 0 67 425 116 31
Binary 1001100 1110 1110010 100001 1011000 0 110111 100010101 1001110 11001

Color Harmonies of #4C0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E72

Black with #4C0E72

Text Example


Text Example

White with #4C0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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