Html Css Color HEX #4C1281 Indigo

📋 copy color: '#4C1281'

red 76 ◦ green 18 ◦ blue 129

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

Shades of Indigo #4C1281

Tints of Indigo #4C1281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 34.08%
G = 8.07%
B = 57.85%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C1281 (or 0x4C1281) is known color: Indigo. HEX triplet: 4C, 12 and 81. RGB value is (76,18,129). Sum of RGB (Red+Green+Blue) = 76+18+129=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C1281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1281 is #B3ED7E. Grayscale: #2F2F2F. Windows color (decimal): -11791743 or 8458828. OLE color: 8458828.

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

Color convert

RGB 76 18 129 -
CMYK 0.41 0.86 0 0.49
HSL 271.35º 0.76% 0.29% -
HSV(B) 271.35º 0.86% 0.51% -
XYZ 7.16 3.55 21.08 -
YUV 48 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 76 18 129 0.41 0.86 0 0.49 271.35 0.76 0.29
Hex 4C 12 81 29 56 0 31 10F 4C 1D
Octal 114 22 201 51 126 0 61 417 114 35
Binary 1001100 10010 10000001 101001 1010110 0 110001 100001111 1001100 11101

Color Harmonies of #4C1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1281

Black with #4C1281

Text Example


Text Example

White with #4C1281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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