Html Css Color HEX #4D0F68 Indigo

📋 copy color: '#4D0F68'

red 77 ◦ green 15 ◦ blue 104

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

Shades of Indigo #4D0F68

Tints of Indigo #4D0F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.65%

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 39.29%
G = 7.65%
B = 53.06%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D0F68 (or 0x4D0F68) is known color: Indigo. HEX triplet: 4D, 0F and 68. RGB value is (77,15,104). Sum of RGB (Red+Green+Blue) = 77+15+104=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D0F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F68 is #B2F097. Grayscale: #2B2B2B. Windows color (decimal): -11727000 or 6819661. OLE color: 6819661.

HSL color Cylindrical-coordinate representation of color #4D0F68: hue angle of 281.8º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0F68 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 15 104 -
CMYK 0.26 0.86 0 0.59
HSL 281.8º 0.75% 0.23% -
HSV(B) 281.8º 0.86% 0.41% -
XYZ 5.73 2.92 13.36 -
YUV 43.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 77 15 104 0.26 0.86 0 0.59 281.8 0.75 0.23
Hex 4D F 68 1A 56 0 3B 11A 4B 17
Octal 115 17 150 32 126 0 73 432 113 27
Binary 1001101 1111 1101000 11010 1010110 0 111011 100011010 1001011 10111

Color Harmonies of #4D0F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F68

Black with #4D0F68

Text Example


Text Example

White with #4D0F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,15,104); }

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

background-color css

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

 a { background-color: rgb(77,15,104); }

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

border-color css

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

 span { border-color: rgb(77,15,104); }

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