Html Css Color HEX #4F1880 Indigo

📋 copy color: '#4F1880'

red 79 ◦ green 24 ◦ blue 128

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

Shades of Indigo #4F1880

Tints of Indigo #4F1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

 BLUE value IS 128 (50.39% from 255) = 55.41%

R = 34.2%
G = 10.39%
B = 55.41%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4F1880 (or 0x4F1880) is known color: Indigo. HEX triplet: 4F, 18 and 80. RGB value is (79,24,128). Sum of RGB (Red+Green+Blue) = 79+24+128=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F1880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1880 is #B0E77F. Grayscale: #333333. Windows color (decimal): -11593600 or 8394831. OLE color: 8394831.

HSL color Cylindrical-coordinate representation of color #4F1880: hue angle of 271.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F1880 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 24 128 -
CMYK 0.38 0.81 0 0.50
HSL 271.73º 0.68% 0.3% -
HSV(B) 271.73º 0.81% 0.5% -
XYZ 7.45 3.87 20.78 -
YUV 52.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 79 24 128 0.38 0.81 0 0.50 271.73 0.68 0.3
Hex 4F 18 80 26 51 0 32 110 44 1E
Octal 117 30 200 46 121 0 62 420 104 36
Binary 1001111 11000 10000000 100110 1010001 0 110010 100010000 1000100 11110

Color Harmonies of #4F1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1880

Black with #4F1880

Text Example


Text Example

White with #4F1880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,128); }

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

background-color css

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

 a { background-color: rgb(79,24,128); }

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

border-color css

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

 span { border-color: rgb(79,24,128); }

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