Html Css Color HEX #4C0D99 Indigo

📋 copy color: '#4C0D99'

red 76 ◦ green 13 ◦ blue 153

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

Shades of Indigo #4C0D99

Tints of Indigo #4C0D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

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

R = 31.4%
G = 5.37%
B = 63.22%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C0D99 (or 0x4C0D99) is known color: Indigo. HEX triplet: 4C, 0D and 99. RGB value is (76,13,153). Sum of RGB (Red+Green+Blue) = 76+13+153=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C0D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0D99 is #B3F266. Grayscale: #2F2F2F. Windows color (decimal): -11792999 or 10030412. OLE color: 10030412.

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

Color convert

RGB 76 13 153 -
CMYK 0.50 0.92 0 0.4
HSL 267º 0.84% 0.33% -
HSV(B) 267º 0.92% 0.6% -
XYZ 8.87 4.12 30.47 -
YUV 47.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 76 13 153 0.50 0.92 0 0.4 267 0.84 0.33
Hex 4C D 99 32 5C 0 28 10B 54 21
Octal 114 15 231 62 134 0 50 413 124 41
Binary 1001100 1101 10011001 110010 1011100 0 101000 100001011 1010100 100001

Color Harmonies of #4C0D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D99

Black with #4C0D99

Text Example


Text Example

White with #4C0D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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