Html Css Color HEX #4C0D89 Indigo

📋 copy color: '#4C0D89'

red 76 ◦ green 13 ◦ blue 137

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

Shades of Indigo #4C0D89

Tints of Indigo #4C0D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 33.63%
G = 5.75%
B = 60.62%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4C0D89 (or 0x4C0D89) is known color: Indigo. HEX triplet: 4C, 0D and 89. RGB value is (76,13,137). Sum of RGB (Red+Green+Blue) = 76+13+137=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0D89 is #B3F276. Grayscale: #2D2D2D. Windows color (decimal): -11793015 or 8981836. OLE color: 8981836.

HSL color Cylindrical-coordinate representation of color #4C0D89: hue angle of 270.48º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0D89 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 13 137 -
CMYK 0.45 0.91 0 0.46
HSL 270.48º 0.83% 0.29% -
HSV(B) 270.48º 0.91% 0.54% -
XYZ 7.64 3.63 23.97 -
YUV 45.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 76 13 137 0.45 0.91 0 0.46 270.48 0.83 0.29
Hex 4C D 89 2D 5B 0 2E 10E 53 1D
Octal 114 15 211 55 133 0 56 416 123 35
Binary 1001100 1101 10001001 101101 1011011 0 101110 100001110 1010011 11101

Color Harmonies of #4C0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D89

Black with #4C0D89

Text Example


Text Example

White with #4C0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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