#4F1898

Color #4F1898 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4F1898

Tints of Indigo #4F1898

Color information

#4F1898 (or 0x4F1898) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 98. RGB value is (79,24,152). Sum of RGB (Red+Green+Blue) = 79+24+152=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F1898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1898 is #B0E767. Grayscale: #363636. Windows color (decimal): -11593576 or 9967695. OLE color: 9967695.

HSL color Cylindrical-coordinate representation of color #4F1898: hue angle of 265.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1898 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7924152-
CMYK0.480.8400.40
HSL265.78º72.73%34.51%-
HSV(B)265.78º84.21%59.61%-
XYZ9.224.5830.1-
YUV55.04182.72145.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=30.98%
G=9.41%
B=59.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79241520.480.8400.40265.7872.7334.51
Hex4F1898305402810a4923
Octal117302306012405041211143
Binary10011111100010011000110000101010001010001000010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F1898;
 }
 .AnyTagClassName
 {
   color: #4F1898;
 }
</style>
background-color css

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

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

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

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

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

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