#4F1883

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

Shades of Indigo #4F1883

Tints of Indigo #4F1883

Color information

#4F1883 (or 0x4F1883) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 83. RGB value is (79,24,131). Sum of RGB (Red+Green+Blue) = 79+24+131=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F1883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1883 is #B0E77C. Grayscale: #343434. Windows color (decimal): -11593597 or 8591439. OLE color: 8591439.

HSL color Cylindrical-coordinate representation of color #4F1883: hue angle of 270.84º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1883 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7924131-
CMYK0.400.8200.49
HSL270.84º69.03%30.39%-
HSV(B)270.84º81.68%51.37%-
XYZ7.653.9521.83-
YUV52.64172.22146.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=33.76%
G=10.26%
B=55.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79241310.400.8200.49270.8469.0330.39
Hex4F1883285203110f451e
Octal117302035012206141710536
Binary1001111110001000001110100010100100110001100001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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