#5F0EFD

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

Shades of Electric Indigo #5F0EFD

Tints of Electric Indigo #5F0EFD

Color information

#5F0EFD (or 0x5F0EFD) is unknown color: approx Electric Indigo. HEX triplet: 5F, 0E and FD. RGB value is (95,14,253). Sum of RGB (Red+Green+Blue) = 95+14+253=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0EFD is #A0F102. Grayscale: #404040. Windows color (decimal): -10547459 or 16584287. OLE color: 16584287.

HSL color Cylindrical-coordinate representation of color #5F0EFD: hue angle of 260.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0EFD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9514253-
CMYK0.620.9400.01
HSL260.33º98.35%52.35%-
HSV(B)260.33º94.47%99.22%-
XYZ22.619.8493.64-
YUV65.46233.84149.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 14 (5.86% from 255) = 3.87%
BLUE value IS 253 (99.22% from 255) = 69.89%
R=26.24%
G=3.87%
B=69.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal95142530.620.9400.01260.3398.3552.35
Hex5FEFD3E5E011046234
Octal13716375761360140414264
Binary10111111110111111011111101011110011000001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,14,253); }

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

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

 a { background-color: rgb(95,14,253); }

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

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

 span { border-color: rgb(95,14,253); }

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