Html Css Color HEX #4C0A85 Indigo

📋 copy color: '#4C0A85'

red 76 ◦ green 10 ◦ blue 133

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

Shades of Indigo #4C0A85

Tints of Indigo #4C0A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 34.7%
G = 4.57%
B = 60.73%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C0A85 (or 0x4C0A85) is known color: Indigo. HEX triplet: 4C, 0A and 85. RGB value is (76,10,133). Sum of RGB (Red+Green+Blue) = 76+10+133=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C0A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0A85 is #B3F57A. Grayscale: #2B2B2B. Windows color (decimal): -11793787 or 8718924. OLE color: 8718924.

HSL color Cylindrical-coordinate representation of color #4C0A85: hue angle of 272.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0A85 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 10 133 -
CMYK 0.43 0.92 0 0.48
HSL 272.2º 0.86% 0.28% -
HSV(B) 272.2º 0.92% 0.52% -
XYZ 7.32 3.45 22.47 -
YUV 43.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 76 10 133 0.43 0.92 0 0.48 272.2 0.86 0.28
Hex 4C A 85 2B 5C 0 30 110 56 1C
Octal 114 12 205 53 134 0 60 420 126 34
Binary 1001100 1010 10000101 101011 1011100 0 110000 100010000 1010110 11100

Color Harmonies of #4C0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0A85

Black with #4C0A85

Text Example


Text Example

White with #4C0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,10,133); }

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

background-color css

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

 a { background-color: rgb(76,10,133); }

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

border-color css

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

 span { border-color: rgb(76,10,133); }

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