Html Css Color HEX #4C015D Indigo

📋 copy color: '#4C015D'

red 76 ◦ green 1 ◦ blue 93

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

Shades of Indigo #4C015D

Tints of Indigo #4C015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 44.71%
G = 0.59%
B = 54.71%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C015D (or 0x4C015D) is known color: Indigo. HEX triplet: 4C, 01 and 5D. RGB value is (76,1,93). Sum of RGB (Red+Green+Blue) = 76+1+93=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C015D is #B3FEA2. Grayscale: #212121. Windows color (decimal): -11796131 or 6095180. OLE color: 6095180.

HSL color Cylindrical-coordinate representation of color #4C015D: hue angle of 288.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C015D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 1 93 -
CMYK 0.18 0.99 0 0.64
HSL 288.91º 0.98% 0.18% -
HSV(B) 288.91º 0.99% 0.36% -
XYZ 4.97 2.35 10.55 -
YUV 33.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 76 1 93 0.18 0.99 0 0.64 288.91 0.98 0.18
Hex 4C 1 5D 12 63 0 40 121 62 12
Octal 114 1 135 22 143 0 100 441 142 22
Binary 1001100 1 1011101 10010 1100011 0 1000000 100100001 1100010 10010

Color Harmonies of #4C015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C015D

Black with #4C015D

Text Example


Text Example

White with #4C015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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