Html Css Color HEX #4C017F Indigo

📋 copy color: '#4C017F'

red 76 ◦ green 1 ◦ blue 127

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

Shades of Indigo #4C017F

Tints of Indigo #4C017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 37.25%
G = 0.49%
B = 62.25%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C017F (or 0x4C017F) is known color: Indigo. HEX triplet: 4C, 01 and 7F. RGB value is (76,1,127). Sum of RGB (Red+Green+Blue) = 76+1+127=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C017F is #B3FE80. Grayscale: #252525. Windows color (decimal): -11796097 or 8323404. OLE color: 8323404.

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

Color convert

RGB 76 1 127 -
CMYK 0.40 0.99 0 0.50
HSL 275.71º 0.98% 0.25% -
HSV(B) 275.71º 0.99% 0.5% -
XYZ 6.82 3.09 20.32 -
YUV 37.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 76 1 127 0.40 0.99 0 0.50 275.71 0.98 0.25
Hex 4C 1 7F 28 63 0 32 114 62 19
Octal 114 1 177 50 143 0 62 424 142 31
Binary 1001100 1 1111111 101000 1100011 0 110010 100010100 1100010 11001

Color Harmonies of #4C017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C017F

Black with #4C017F

Text Example


Text Example

White with #4C017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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