Html Css Color HEX #4C0896 Indigo

📋 copy color: '#4C0896'

red 76 ◦ green 8 ◦ blue 150

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

Shades of Indigo #4C0896

Tints of Indigo #4C0896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 150 (58.98% from 255) = 64.1%

R = 32.48%
G = 3.42%
B = 64.1%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C0896 (or 0x4C0896) is known color: Indigo. HEX triplet: 4C, 08 and 96. RGB value is (76,8,150). Sum of RGB (Red+Green+Blue) = 76+8+150=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C0896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0896 is #B3F769. Grayscale: #2C2C2C. Windows color (decimal): -11794282 or 9832524. OLE color: 9832524.

HSL color Cylindrical-coordinate representation of color #4C0896: hue angle of 268.73º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0896 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 8 150 -
CMYK 0.49 0.95 0 0.41
HSL 268.73º 0.9% 0.31% -
HSV(B) 268.73º 0.95% 0.59% -
XYZ 8.57 3.91 29.16 -
YUV 44.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 76 8 150 0.49 0.95 0 0.41 268.73 0.9 0.31
Hex 4C 8 96 31 5F 0 29 10D 5A 1F
Octal 114 10 226 61 137 0 51 415 132 37
Binary 1001100 1000 10010110 110001 1011111 0 101001 100001101 1011010 11111

Color Harmonies of #4C0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0896

Black with #4C0896

Text Example


Text Example

White with #4C0896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,150); }

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

background-color css

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

 a { background-color: rgb(76,8,150); }

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

border-color css

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

 span { border-color: rgb(76,8,150); }

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