Html Css Color HEX #4D0C69 Indigo

📋 copy color: '#4D0C69'

red 77 ◦ green 12 ◦ blue 105

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

Shades of Indigo #4D0C69

Tints of Indigo #4D0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 39.69%
G = 6.19%
B = 54.12%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D0C69 (or 0x4D0C69) is known color: Indigo. HEX triplet: 4D, 0C and 69. RGB value is (77,12,105). Sum of RGB (Red+Green+Blue) = 77+12+105=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0C69 is #B2F396. Grayscale: #292929. Windows color (decimal): -11727767 or 6884429. OLE color: 6884429.

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

Color convert

RGB 77 12 105 -
CMYK 0.27 0.89 0 0.59
HSL 281.94º 0.79% 0.23% -
HSV(B) 281.94º 0.89% 0.41% -
XYZ 5.74 2.86 13.61 -
YUV 42.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 77 12 105 0.27 0.89 0 0.59 281.94 0.79 0.23
Hex 4D C 69 1B 59 0 3B 11A 4F 17
Octal 115 14 151 33 131 0 73 432 117 27
Binary 1001101 1100 1101001 11011 1011001 0 111011 100011010 1001111 10111

Color Harmonies of #4D0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C69

Black with #4D0C69

Text Example


Text Example

White with #4D0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,12,105); }

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

background-color css

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

 a { background-color: rgb(77,12,105); }

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

border-color css

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

 span { border-color: rgb(77,12,105); }

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