#5F00FF

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

Shades of Electric Indigo #5F00FF

Tints of Electric Indigo #5F00FF

Color information

#5F00FF (or 0x5F00FF) is unknown color: approx Electric Indigo. HEX triplet: 5F, 00 and FF. RGB value is (95,0,255). Sum of RGB (Red+Green+Blue) = 95+0+255=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F00FF is #A0FF00. Grayscale: #383838. Windows color (decimal): -10551041 or 16711775. OLE color: 16711775.

HSL color Cylindrical-coordinate representation of color #5F00FF: hue angle of 262.35º 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 #5F00FF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB950255-
CMYK0.63100
HSL262.35º100%50%-
HSV(B)262.35º100%100%-
XYZ22.779.6595.27-
YUV57.47239.47154.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 72.86%
R=27.14%
G=0%
B=72.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal9502550.63100262.3510050
Hex5F0FF3F64001066432
Octal1370377771440040614462
Binary10111110111111111111111100100001000001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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