Html Css Color HEX #4E0570 Indigo

📋 copy color: '#4E0570'

red 78 ◦ green 5 ◦ blue 112

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

Shades of Indigo #4E0570

Tints of Indigo #4E0570

RGB

 RED value IS 78 (30.86% from 255) = 40%

 GREEN value IS 5 (2.34% from 255) = 2.56%

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

R = 40%
G = 2.56%
B = 57.44%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E0570 (or 0x4E0570) is known color: Indigo. HEX triplet: 4E, 05 and 70. RGB value is (78,5,112). Sum of RGB (Red+Green+Blue) = 78+5+112=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0570 is #B1FA8F. Grayscale: #262626. Windows color (decimal): -11664016 or 7341390. OLE color: 7341390.

HSL color Cylindrical-coordinate representation of color #4E0570: hue angle of 280.93º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0570 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 5 112 -
CMYK 0.30 0.96 0 0.56
HSL 280.93º 0.91% 0.23% -
HSV(B) 280.93º 0.96% 0.44% -
XYZ 6.12 2.9 15.57 -
YUV 39.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 78 5 112 0.30 0.96 0 0.56 280.93 0.91 0.23
Hex 4E 5 70 1E 60 0 38 119 5B 17
Octal 116 5 160 36 140 0 70 431 133 27
Binary 1001110 101 1110000 11110 1100000 0 111000 100011001 1011011 10111

Color Harmonies of #4E0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0570

Black with #4E0570

Text Example


Text Example

White with #4E0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,5,112); }

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

background-color css

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

 a { background-color: rgb(78,5,112); }

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

border-color css

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

 span { border-color: rgb(78,5,112); }

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