Html Css Color HEX #4F1497 Indigo

📋 copy color: '#4F1497'

red 79 ◦ green 20 ◦ blue 151

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

Shades of Indigo #4F1497

Tints of Indigo #4F1497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 31.6%
G = 8%
B = 60.4%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4F1497 (or 0x4F1497) is known color: Indigo. HEX triplet: 4F, 14 and 97. RGB value is (79,20,151). Sum of RGB (Red+Green+Blue) = 79+20+151=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F1497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1497 is #B0EB68. Grayscale: #343434. Windows color (decimal): -11594601 or 9901135. OLE color: 9901135.

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

Color convert

RGB 79 20 151 -
CMYK 0.48 0.87 0 0.41
HSL 267.02º 0.77% 0.34% -
HSV(B) 267.02º 0.87% 0.59% -
XYZ 9.06 4.4 29.65 -
YUV 52.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 79 20 151 0.48 0.87 0 0.41 267.02 0.77 0.34
Hex 4F 14 97 30 57 0 29 10B 4D 22
Octal 117 24 227 60 127 0 51 413 115 42
Binary 1001111 10100 10010111 110000 1010111 0 101001 100001011 1001101 100010

Color Harmonies of #4F1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1497

Black with #4F1497

Text Example


Text Example

White with #4F1497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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