#4F00FF

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

Shades of Electric Indigo #4F00FF

Tints of Electric Indigo #4F00FF

Color information

#4F00FF (or 0x4F00FF) is unknown color: approx Electric Indigo. HEX triplet: 4F, 00 and FF. RGB value is (79,0,255). Sum of RGB (Red+Green+Blue) = 79+0+255=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F00FF is #B0FF00. Grayscale: #333333. Windows color (decimal): -11599617 or 16711759. OLE color: 16711759.

HSL color Cylindrical-coordinate representation of color #4F00FF: hue angle of 258.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00FF is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB790255-
CMYK0.69100
HSL258.59º100%50%-
HSV(B)258.59º100%100%-
XYZ21.278.8895.2-
YUV52.69242.17146.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 76.35%
R=23.65%
G=0%
B=76.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal7902550.69100258.5910050
Hex4F0FF4564001036432
Octal11703771051440040314462
Binary100111101111111110001011100100001000000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,255); }

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

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

 a { background-color: rgb(79,0,255); }

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

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

 span { border-color: rgb(79,0,255); }

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