Html Css Color HEX #4C1273 Indigo

📋 copy color: '#4C1273'

red 76 ◦ green 18 ◦ blue 115

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

Shades of Indigo #4C1273

Tints of Indigo #4C1273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 36.36%
G = 8.61%
B = 55.02%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C1273 (or 0x4C1273) is known color: Indigo. HEX triplet: 4C, 12 and 73. RGB value is (76,18,115). Sum of RGB (Red+Green+Blue) = 76+18+115=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1273 is #B3ED8C. Grayscale: #2E2E2E. Windows color (decimal): -11791757 or 7541324. OLE color: 7541324.

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

Color convert

RGB 76 18 115 -
CMYK 0.34 0.84 0 0.55
HSL 275.88º 0.73% 0.26% -
HSV(B) 275.88º 0.84% 0.45% -
XYZ 6.29 3.21 16.51 -
YUV 46.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 76 18 115 0.34 0.84 0 0.55 275.88 0.73 0.26
Hex 4C 12 73 22 54 0 37 114 49 1A
Octal 114 22 163 42 124 0 67 424 111 32
Binary 1001100 10010 1110011 100010 1010100 0 110111 100010100 1001001 11010

Color Harmonies of #4C1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1273

Black with #4C1273

Text Example


Text Example

White with #4C1273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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