Html Css Color HEX #4F0E83 Indigo

📋 copy color: '#4F0E83'

red 79 ◦ green 14 ◦ blue 131

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

Shades of Indigo #4F0E83

Tints of Indigo #4F0E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 131 (51.56% from 255) = 58.48%

R = 35.27%
G = 6.25%
B = 58.48%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F0E83 (or 0x4F0E83) is known color: Indigo. HEX triplet: 4F, 0E and 83. RGB value is (79,14,131). Sum of RGB (Red+Green+Blue) = 79+14+131=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F0E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E83 is #B0F17C. Grayscale: #2E2E2E. Windows color (decimal): -11596157 or 8588879. OLE color: 8588879.

HSL color Cylindrical-coordinate representation of color #4F0E83: hue angle of 273.33º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0E83 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 14 131 -
CMYK 0.40 0.89 0 0.49
HSL 273.33º 0.81% 0.28% -
HSV(B) 273.33º 0.89% 0.51% -
XYZ 7.48 3.62 21.78 -
YUV 46.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 79 14 131 0.40 0.89 0 0.49 273.33 0.81 0.28
Hex 4F E 83 28 59 0 31 111 51 1C
Octal 117 16 203 50 131 0 61 421 121 34
Binary 1001111 1110 10000011 101000 1011001 0 110001 100010001 1010001 11100

Color Harmonies of #4F0E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E83

Black with #4F0E83

Text Example


Text Example

White with #4F0E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,131); }

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

background-color css

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

 a { background-color: rgb(79,14,131); }

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

border-color css

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

 span { border-color: rgb(79,14,131); }

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