Html Css Color HEX #4C187F Indigo

📋 copy color: '#4C187F'

red 76 ◦ green 24 ◦ blue 127

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

Shades of Indigo #4C187F

Tints of Indigo #4C187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 33.48%
G = 10.57%
B = 55.95%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C187F (or 0x4C187F) is known color: Indigo. HEX triplet: 4C, 18 and 7F. RGB value is (76,24,127). Sum of RGB (Red+Green+Blue) = 76+24+127=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C187F is #B3E780. Grayscale: #323232. Windows color (decimal): -11790209 or 8329292. OLE color: 8329292.

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

Color convert

RGB 76 24 127 -
CMYK 0.40 0.81 0 0.50
HSL 270.29º 0.68% 0.3% -
HSV(B) 270.29º 0.81% 0.5% -
XYZ 7.14 3.72 20.42 -
YUV 51.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 76 24 127 0.40 0.81 0 0.50 270.29 0.68 0.3
Hex 4C 18 7F 28 51 0 32 10E 44 1E
Octal 114 30 177 50 121 0 62 416 104 36
Binary 1001100 11000 1111111 101000 1010001 0 110010 100001110 1000100 11110

Color Harmonies of #4C187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C187F

Black with #4C187F

Text Example


Text Example

White with #4C187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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