Html Css Color HEX #4F1273 Indigo

📋 copy color: '#4F1273'

red 79 ◦ green 18 ◦ blue 115

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

Shades of Indigo #4F1273

Tints of Indigo #4F1273

RGB

 RED value IS 79 (31.25% from 255) = 37.26%

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 37.26%
G = 8.49%
B = 54.25%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F1273 (or 0x4F1273) is known color: Indigo. HEX triplet: 4F, 12 and 73. RGB value is (79,18,115). Sum of RGB (Red+Green+Blue) = 79+18+115=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F1273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1273 is #B0ED8C. Grayscale: #2E2E2E. Windows color (decimal): -11595149 or 7541327. OLE color: 7541327.

HSL color Cylindrical-coordinate representation of color #4F1273: hue angle of 277.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1273 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 18 115 -
CMYK 0.31 0.84 0 0.55
HSL 277.73º 0.73% 0.26% -
HSV(B) 277.73º 0.84% 0.45% -
XYZ 6.54 3.33 16.52 -
YUV 47.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 79 18 115 0.31 0.84 0 0.55 277.73 0.73 0.26
Hex 4F 12 73 1F 54 0 37 116 49 1A
Octal 117 22 163 37 124 0 67 426 111 32
Binary 1001111 10010 1110011 11111 1010100 0 110111 100010110 1001001 11010

Color Harmonies of #4F1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1273

Black with #4F1273

Text Example


Text Example

White with #4F1273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,18,115); }

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

background-color css

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

 a { background-color: rgb(79,18,115); }

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

border-color css

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

 span { border-color: rgb(79,18,115); }

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