Html Css Color HEX #4D1270 Indigo

📋 copy color: '#4D1270'

red 77 ◦ green 18 ◦ blue 112

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

Shades of Indigo #4D1270

Tints of Indigo #4D1270

RGB

 RED value IS 77 (30.47% from 255) = 37.2%

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 37.2%
G = 8.7%
B = 54.11%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D1270 (or 0x4D1270) is known color: Indigo. HEX triplet: 4D, 12 and 70. RGB value is (77,18,112). Sum of RGB (Red+Green+Blue) = 77+18+112=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D1270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1270 is #B2ED8F. Grayscale: #2E2E2E. Windows color (decimal): -11726224 or 7344717. OLE color: 7344717.

HSL color Cylindrical-coordinate representation of color #4D1270: hue angle of 277.66º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1270 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 18 112 -
CMYK 0.31 0.84 0 0.56
HSL 277.66º 0.72% 0.25% -
HSV(B) 277.66º 0.84% 0.44% -
XYZ 6.2 3.18 15.62 -
YUV 46.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 77 18 112 0.31 0.84 0 0.56 277.66 0.72 0.25
Hex 4D 12 70 1F 54 0 38 116 48 19
Octal 115 22 160 37 124 0 70 426 110 31
Binary 1001101 10010 1110000 11111 1010100 0 111000 100010110 1001000 11001

Color Harmonies of #4D1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1270

Black with #4D1270

Text Example


Text Example

White with #4D1270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,112); }

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

background-color css

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

 a { background-color: rgb(77,18,112); }

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

border-color css

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

 span { border-color: rgb(77,18,112); }

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