Html Css Color HEX #4C127F Indigo

📋 copy color: '#4C127F'

red 76 ◦ green 18 ◦ blue 127

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

Shades of Indigo #4C127F

Tints of Indigo #4C127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.47%

R = 34.39%
G = 8.14%
B = 57.47%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C127F (or 0x4C127F) is known color: Indigo. HEX triplet: 4C, 12 and 7F. RGB value is (76,18,127). Sum of RGB (Red+Green+Blue) = 76+18+127=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C127F is #B3ED80. Grayscale: #2F2F2F. Windows color (decimal): -11791745 or 8327756. OLE color: 8327756.

HSL color Cylindrical-coordinate representation of color #4C127F: hue angle of 271.93º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C127F is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 18 127 -
CMYK 0.40 0.86 0 0.50
HSL 271.93º 0.75% 0.28% -
HSV(B) 271.93º 0.86% 0.5% -
XYZ 7.03 3.5 20.38 -
YUV 47.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 76 18 127 0.40 0.86 0 0.50 271.93 0.75 0.28
Hex 4C 12 7F 28 56 0 32 110 4B 1C
Octal 114 22 177 50 126 0 62 420 113 34
Binary 1001100 10010 1111111 101000 1010110 0 110010 100010000 1001011 11100

Color Harmonies of #4C127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C127F

Black with #4C127F

Text Example


Text Example

White with #4C127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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