Html Css Color HEX #4C0072 Indigo

📋 copy color: '#4C0072'

red 76 ◦ green 0 ◦ blue 114

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

Shades of Indigo #4C0072

Tints of Indigo #4C0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C0072 (or 0x4C0072) is known color: Indigo. HEX triplet: 4C, 00 and 72. RGB value is (76,0,114). Sum of RGB (Red+Green+Blue) = 76+0+114=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0072 is #B3FF8D. Grayscale: #232323. Windows color (decimal): -11796366 or 7471180. OLE color: 7471180.

HSL color Cylindrical-coordinate representation of color #4C0072: hue angle of 280º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0072 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 0 114 -
CMYK 0.33 1 0 0.55
HSL 280º 1% 0.22% -
HSV(B) 280º 1% 0.45% -
XYZ 6.02 2.75 16.13 -
YUV 35.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 76 0 114 0.33 1 0 0.55 280 1 0.22
Hex 4C 0 72 21 64 0 37 118 64 16
Octal 114 0 162 41 144 0 67 430 144 26
Binary 1001100 0 1110010 100001 1100100 0 110111 100011000 1100100 10110

Color Harmonies of #4C0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0072

Black with #4C0072

Text Example


Text Example

White with #4C0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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