#5C0AF9

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

Shades of Electric Indigo #5C0AF9

Tints of Electric Indigo #5C0AF9

Color information

#5C0AF9 (or 0x5C0AF9) is unknown color: approx Electric Indigo. HEX triplet: 5C, 0A and F9. RGB value is (92,10,249). Sum of RGB (Red+Green+Blue) = 92+10+249=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #5C0AF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0AF9 is #A3F506. Grayscale: #3C3C3C. Windows color (decimal): -10745095 or 16321116. OLE color: 16321116.

HSL color Cylindrical-coordinate representation of color #5C0AF9: hue angle of 260.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0AF9 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9210249-
CMYK0.630.9600.02
HSL260.59º95.22%50.78%-
HSV(B)260.59º95.98%97.65%-
XYZ21.629.3390.28-
YUV61.76233.67149.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 10 (4.30% from 255) = 2.85%
BLUE value IS 249 (97.66% from 255) = 70.94%
R=26.21%
G=2.85%
B=70.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92102490.630.9600.02260.5995.2250.78
Hex5CAF93F60021055f33
Octal13412371771400240513763
Binary101110010101111100111111111000000101000001011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,10,249); }

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

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

 a { background-color: rgb(92,10,249); }

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

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

 span { border-color: rgb(92,10,249); }

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