Html Css Color HEX #4C158F Indigo

📋 copy color: '#4C158F'

red 76 ◦ green 21 ◦ blue 143

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

Shades of Indigo #4C158F

Tints of Indigo #4C158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 31.67%
G = 8.75%
B = 59.58%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C158F (or 0x4C158F) is known color: Indigo. HEX triplet: 4C, 15 and 8F. RGB value is (76,21,143). Sum of RGB (Red+Green+Blue) = 76+21+143=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C158F is #B3EA70. Grayscale: #323232. Windows color (decimal): -11790961 or 9377100. OLE color: 9377100.

HSL color Cylindrical-coordinate representation of color #4C158F: hue angle of 267.05º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C158F is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 21 143 -
CMYK 0.47 0.85 0 0.44
HSL 267.05º 0.74% 0.32% -
HSV(B) 267.05º 0.85% 0.56% -
XYZ 8.21 4.06 26.34 -
YUV 51.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 76 21 143 0.47 0.85 0 0.44 267.05 0.74 0.32
Hex 4C 15 8F 2F 55 0 2C 10B 4A 20
Octal 114 25 217 57 125 0 54 413 112 40
Binary 1001100 10101 10001111 101111 1010101 0 101100 100001011 1001010 100000

Color Harmonies of #4C158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C158F

Black with #4C158F

Text Example


Text Example

White with #4C158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,143); }

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

background-color css

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

 a { background-color: rgb(76,21,143); }

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

border-color css

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

 span { border-color: rgb(76,21,143); }

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