Html Css Color HEX #4C0870 Indigo

📋 copy color: '#4C0870'

red 76 ◦ green 8 ◦ blue 112

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

Shades of Indigo #4C0870

Tints of Indigo #4C0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 38.78%
G = 4.08%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C0870 (or 0x4C0870) is known color: Indigo. HEX triplet: 4C, 08 and 70. RGB value is (76,8,112). Sum of RGB (Red+Green+Blue) = 76+8+112=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0870 is #B3F78F. Grayscale: #272727. Windows color (decimal): -11794320 or 7342156. OLE color: 7342156.

HSL color Cylindrical-coordinate representation of color #4C0870: hue angle of 279.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0870 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 8 112 -
CMYK 0.32 0.93 0 0.56
HSL 279.23º 0.87% 0.24% -
HSV(B) 279.23º 0.93% 0.44% -
XYZ 5.99 2.88 15.57 -
YUV 40.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 76 8 112 0.32 0.93 0 0.56 279.23 0.87 0.24
Hex 4C 8 70 20 5D 0 38 117 57 18
Octal 114 10 160 40 135 0 70 427 127 30
Binary 1001100 1000 1110000 100000 1011101 0 111000 100010111 1010111 11000

Color Harmonies of #4C0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0870

Black with #4C0870

Text Example


Text Example

White with #4C0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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