Html Css Color HEX #4C006D Indigo

📋 copy color: '#4C006D'

red 76 ◦ green 0 ◦ blue 109

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

Shades of Indigo #4C006D

Tints of Indigo #4C006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.92%

R = 41.08%
G = 0%
B = 58.92%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C006D (or 0x4C006D) is known color: Indigo. HEX triplet: 4C, 00 and 6D. RGB value is (76,0,109). Sum of RGB (Red+Green+Blue) = 76+0+109=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C006D is #B3FF92. Grayscale: #222222. Windows color (decimal): -11796371 or 7143500. OLE color: 7143500.

HSL color Cylindrical-coordinate representation of color #4C006D: hue angle of 281.83º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C006D is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 0 109 -
CMYK 0.30 1 0 0.57
HSL 281.83º 1% 0.21% -
HSV(B) 281.83º 1% 0.43% -
XYZ 5.74 2.64 14.68 -
YUV 35.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 76 0 109 0.30 1 0 0.57 281.83 1 0.21
Hex 4C 0 6D 1E 64 0 39 11A 64 15
Octal 114 0 155 36 144 0 71 432 144 25
Binary 1001100 0 1101101 11110 1100100 0 111001 100011010 1100100 10101

Color Harmonies of #4C006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C006D

Black with #4C006D

Text Example


Text Example

White with #4C006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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