Html Css Color HEX #4D0274 Indigo

📋 copy color: '#4D0274'

red 77 ◦ green 2 ◦ blue 116

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

Shades of Indigo #4D0274

Tints of Indigo #4D0274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 39.49%
G = 1.03%
B = 59.49%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0274 (or 0x4D0274) is known color: Indigo. HEX triplet: 4D, 02 and 74. RGB value is (77,2,116). Sum of RGB (Red+Green+Blue) = 77+2+116=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D0274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0274 is #B2FD8B. Grayscale: #252525. Windows color (decimal): -11730316 or 7602765. OLE color: 7602765.

HSL color Cylindrical-coordinate representation of color #4D0274: hue angle of 279.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0274 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 2 116 -
CMYK 0.34 0.98 0 0.55
HSL 279.47º 0.97% 0.23% -
HSV(B) 279.47º 0.98% 0.45% -
XYZ 6.23 2.88 16.75 -
YUV 37.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 77 2 116 0.34 0.98 0 0.55 279.47 0.97 0.23
Hex 4D 2 74 22 62 0 37 117 61 17
Octal 115 2 164 42 142 0 67 427 141 27
Binary 1001101 10 1110100 100010 1100010 0 110111 100010111 1100001 10111

Color Harmonies of #4D0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0274

Black with #4D0274

Text Example


Text Example

White with #4D0274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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