#4F1888

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

Shades of Indigo #4F1888

Tints of Indigo #4F1888

Color information

#4F1888 (or 0x4F1888) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 88. RGB value is (79,24,136). Sum of RGB (Red+Green+Blue) = 79+24+136=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F1888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1888 is #B0E777. Grayscale: #343434. Windows color (decimal): -11593592 or 8919119. OLE color: 8919119.

HSL color Cylindrical-coordinate representation of color #4F1888: hue angle of 269.46º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1888 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7924136-
CMYK0.420.8200.47
HSL269.46º70%31.37%-
HSV(B)269.46º82.35%53.33%-
XYZ84.0923.66-
YUV53.21174.72146.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 136 (53.52% from 255) = 56.90%
R=33.05%
G=10.04%
B=56.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79241360.420.8200.47269.467031.37
Hex4F18882A5202F10d461f
Octal117302105212205741510637
Binary1001111110001000100010101010100100101111100001101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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