Html Css Color HEX #4F0E97 Indigo

📋 copy color: '#4F0E97'

red 79 ◦ green 14 ◦ blue 151

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

Shades of Indigo #4F0E97

Tints of Indigo #4F0E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.89%

R = 32.38%
G = 5.74%
B = 61.89%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4F0E97 (or 0x4F0E97) is known color: Indigo. HEX triplet: 4F, 0E and 97. RGB value is (79,14,151). Sum of RGB (Red+Green+Blue) = 79+14+151=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F0E97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E97 is #B0F168. Grayscale: #303030. Windows color (decimal): -11596137 or 9899599. OLE color: 9899599.

HSL color Cylindrical-coordinate representation of color #4F0E97: hue angle of 268.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0E97 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 14 151 -
CMYK 0.48 0.91 0 0.41
HSL 268.47º 0.83% 0.32% -
HSV(B) 268.47º 0.91% 0.59% -
XYZ 8.97 4.21 29.62 -
YUV 49.05 185.53 149.36 -
System Red Green Blue C M Y K H S L
Decimal 79 14 151 0.48 0.91 0 0.41 268.47 0.83 0.32
Hex 4F E 97 30 5B 0 29 10C 53 20
Octal 117 16 227 60 133 0 51 414 123 40
Binary 1001111 1110 10010111 110000 1011011 0 101001 100001100 1010011 100000

Color Harmonies of #4F0E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E97

Black with #4F0E97

Text Example


Text Example

White with #4F0E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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