Html Css Color HEX #4D0D87 Indigo

📋 copy color: '#4D0D87'

red 77 ◦ green 13 ◦ blue 135

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

Shades of Indigo #4D0D87

Tints of Indigo #4D0D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 135 (53.13% from 255) = 60%

R = 34.22%
G = 5.78%
B = 60%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D0D87 (or 0x4D0D87) is known color: Indigo. HEX triplet: 4D, 0D and 87. RGB value is (77,13,135). Sum of RGB (Red+Green+Blue) = 77+13+135=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D87 is #B2F278. Grayscale: #2D2D2D. Windows color (decimal): -11727481 or 8850765. OLE color: 8850765.

HSL color Cylindrical-coordinate representation of color #4D0D87: hue angle of 271.48º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D87 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 13 135 -
CMYK 0.43 0.90 0 0.47
HSL 271.48º 0.82% 0.29% -
HSV(B) 271.48º 0.9% 0.53% -
XYZ 7.58 3.61 23.22 -
YUV 46.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 77 13 135 0.43 0.90 0 0.47 271.48 0.82 0.29
Hex 4D D 87 2B 5A 0 2F 10F 52 1D
Octal 115 15 207 53 132 0 57 417 122 35
Binary 1001101 1101 10000111 101011 1011010 0 101111 100001111 1010010 11101

Color Harmonies of #4D0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D87

Black with #4D0D87

Text Example


Text Example

White with #4D0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,135); }

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

background-color css

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

 a { background-color: rgb(77,13,135); }

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

border-color css

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

 span { border-color: rgb(77,13,135); }

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