Html Css Color HEX #4C0299 Indigo

📋 copy color: '#4C0299'

red 76 ◦ green 2 ◦ blue 153

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

Shades of Indigo #4C0299

Tints of Indigo #4C0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 32.9%
G = 0.87%
B = 66.23%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C0299 (or 0x4C0299) is known color: Indigo. HEX triplet: 4C, 02 and 99. RGB value is (76,2,153). Sum of RGB (Red+Green+Blue) = 76+2+153=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0299 is #B3FD66. Grayscale: #282828. Windows color (decimal): -11795815 or 10027596. OLE color: 10027596.

HSL color Cylindrical-coordinate representation of color #4C0299: hue angle of 269.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0299 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 2 153 -
CMYK 0.50 0.99 0 0.4
HSL 269.4º 0.97% 0.3% -
HSV(B) 269.4º 0.99% 0.6% -
XYZ 8.75 3.88 30.42 -
YUV 41.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 76 2 153 0.50 0.99 0 0.4 269.4 0.97 0.3
Hex 4C 2 99 32 63 0 28 10D 61 1E
Octal 114 2 231 62 143 0 50 415 141 36
Binary 1001100 10 10011001 110010 1100011 0 101000 100001101 1100001 11110

Color Harmonies of #4C0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0299

Black with #4C0299

Text Example


Text Example

White with #4C0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,2,153); }

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

background-color css

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

 a { background-color: rgb(76,2,153); }

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

border-color css

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

 span { border-color: rgb(76,2,153); }

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