Html Css Color HEX #4D0261 Indigo

📋 copy color: '#4D0261'

red 77 ◦ green 2 ◦ blue 97

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

Shades of Indigo #4D0261

Tints of Indigo #4D0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 43.75%
G = 1.14%
B = 55.11%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0261 (or 0x4D0261) is known color: Indigo. HEX triplet: 4D, 02 and 61. RGB value is (77,2,97). Sum of RGB (Red+Green+Blue) = 77+2+97=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0261 is #B2FD9E. Grayscale: #222222. Windows color (decimal): -11730335 or 6357581. OLE color: 6357581.

HSL color Cylindrical-coordinate representation of color #4D0261: hue angle of 287.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0261 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 2 97 -
CMYK 0.21 0.98 0 0.62
HSL 287.37º 0.96% 0.19% -
HSV(B) 287.37º 0.98% 0.38% -
XYZ 5.24 2.48 11.51 -
YUV 35.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 77 2 97 0.21 0.98 0 0.62 287.37 0.96 0.19
Hex 4D 2 61 15 62 0 3E 11F 60 13
Octal 115 2 141 25 142 0 76 437 140 23
Binary 1001101 10 1100001 10101 1100010 0 111110 100011111 1100000 10011

Color Harmonies of #4D0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0261

Black with #4D0261

Text Example


Text Example

White with #4D0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,97); }

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

background-color css

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

 a { background-color: rgb(77,2,97); }

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

border-color css

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

 span { border-color: rgb(77,2,97); }

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