Html Css Color HEX #4C005D Indigo

📋 copy color: '#4C005D'

red 76 ◦ green 0 ◦ blue 93

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

Shades of Indigo #4C005D

Tints of Indigo #4C005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.97%
G = 0%
B = 55.03%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C005D (or 0x4C005D) is known color: Indigo. HEX triplet: 4C, 00 and 5D. RGB value is (76,0,93). Sum of RGB (Red+Green+Blue) = 76+0+93=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C005D is #B3FFA2. Grayscale: #212121. Windows color (decimal): -11796387 or 6094924. OLE color: 6094924.

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

Color convert

RGB 76 0 93 -
CMYK 0.18 1 0 0.64
HSL 289.03º 1% 0.18% -
HSV(B) 289.03º 1% 0.36% -
XYZ 4.96 2.33 10.54 -
YUV 33.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 76 0 93 0.18 1 0 0.64 289.03 1 0.18
Hex 4C 0 5D 12 64 0 40 121 64 12
Octal 114 0 135 22 144 0 100 441 144 22
Binary 1001100 0 1011101 10010 1100100 0 1000000 100100001 1100100 10010

Color Harmonies of #4C005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C005D

Black with #4C005D

Text Example


Text Example

White with #4C005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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