Html Css Color HEX #4C005B Indigo

📋 copy color: '#4C005B'

red 76 ◦ green 0 ◦ blue 91

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

Shades of Indigo #4C005B

Tints of Indigo #4C005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 45.51%
G = 0%
B = 54.49%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C005B (or 0x4C005B) is known color: Indigo. HEX triplet: 4C, 00 and 5B. RGB value is (76,0,91). Sum of RGB (Red+Green+Blue) = 76+0+91=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C005B is #B3FFA4. Grayscale: #202020. Windows color (decimal): -11796389 or 5963852. OLE color: 5963852.

HSL color Cylindrical-coordinate representation of color #4C005B: hue angle of 290.11º 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 #4C005B is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 0 91 -
CMYK 0.16 1 0 0.64
HSL 290.11º 1% 0.18% -
HSV(B) 290.11º 1% 0.36% -
XYZ 4.87 2.29 10.08 -
YUV 33.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 76 0 91 0.16 1 0 0.64 290.11 1 0.18
Hex 4C 0 5B 10 64 0 40 122 64 12
Octal 114 0 133 20 144 0 100 442 144 22
Binary 1001100 0 1011011 10000 1100100 0 1000000 100100010 1100100 10010

Color Harmonies of #4C005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C005B

Black with #4C005B

Text Example


Text Example

White with #4C005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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