#5A07EB

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

Shades of Electric Indigo #5A07EB

Tints of Electric Indigo #5A07EB

Color information

#5A07EB (or 0x5A07EB) is unknown color: approx Electric Indigo. HEX triplet: 5A, 07 and EB. RGB value is (90,7,235). Sum of RGB (Red+Green+Blue) = 90+7+235=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A07EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A07EB is #A5F814. Grayscale: #383838. Windows color (decimal): -10876949 or 15402842. OLE color: 15402842.

HSL color Cylindrical-coordinate representation of color #5A07EB: hue angle of 261.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A07EB is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB907235-
CMYK0.620.9700.08
HSL261.84º94.21%47.45%-
HSV(B)261.84º97.02%92.16%-
XYZ19.298.3279.19-
YUV57.81228150.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 235 (92.19% from 255) = 70.78%
R=27.11%
G=2.11%
B=70.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9072350.620.9700.08261.8494.2147.45
Hex5A7EB3E61081065e2f
Octal13273537614101040613657
Binary1011010111111010111111101100001010001000001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,7,235); }

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

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

 a { background-color: rgb(90,7,235); }

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

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

 span { border-color: rgb(90,7,235); }

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