Html Css Color HEX #4C0081 Indigo

📋 copy color: '#4C0081'

red 76 ◦ green 0 ◦ blue 129

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

Shades of Indigo #4C0081

Tints of Indigo #4C0081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 62.93%

R = 37.07%
G = 0%
B = 62.93%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C0081 (or 0x4C0081) is known color: Indigo. HEX triplet: 4C, 00 and 81. RGB value is (76,0,129). Sum of RGB (Red+Green+Blue) = 76+0+129=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C0081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0081 is #B3FF7E. Grayscale: #242424. Windows color (decimal): -11796351 or 8454220. OLE color: 8454220.

HSL color Cylindrical-coordinate representation of color #4C0081: hue angle of 275.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0081 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 0 129 -
CMYK 0.41 1 0 0.49
HSL 275.35º 1% 0.25% -
HSV(B) 275.35º 1% 0.51% -
XYZ 6.94 3.12 21.01 -
YUV 37.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 76 0 129 0.41 1 0 0.49 275.35 1 0.25
Hex 4C 0 81 29 64 0 31 113 64 19
Octal 114 0 201 51 144 0 61 423 144 31
Binary 1001100 0 10000001 101001 1100100 0 110001 100010011 1100100 11001

Color Harmonies of #4C0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0081

Black with #4C0081

Text Example


Text Example

White with #4C0081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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