#5F0BEA

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

Shades of Electric Indigo #5F0BEA

Tints of Electric Indigo #5F0BEA

Color information

#5F0BEA (or 0x5F0BEA) is unknown color: approx Electric Indigo. HEX triplet: 5F, 0B and EA. RGB value is (95,11,234). Sum of RGB (Red+Green+Blue) = 95+11+234=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F0BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BEA is #A0F415. Grayscale: #3C3C3C. Windows color (decimal): -10548246 or 15338335. OLE color: 15338335.

HSL color Cylindrical-coordinate representation of color #5F0BEA: hue angle of 262.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9511234-
CMYK0.590.9500.08
HSL262.6º91.02%48.04%-
HSV(B)262.6º95.3%91.76%-
XYZ19.698.6178.47-
YUV61.54225.33151.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 234 (91.80% from 255) = 68.82%
R=27.94%
G=3.24%
B=68.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95112340.590.9500.08262.691.0248.04
Hex5FBEA3B5F081075b30
Octal137133527313701040713360
Binary10111111011111010101110111011111010001000001111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,234); }

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

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

 a { background-color: rgb(95,11,234); }

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

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

 span { border-color: rgb(95,11,234); }

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