#6405F1

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

Shades of Electric Indigo #6405F1

Tints of Electric Indigo #6405F1

Color information

#6405F1 (or 0x6405F1) is unknown color: approx Electric Indigo. HEX triplet: 64, 05 and F1. RGB value is (100,5,241). Sum of RGB (Red+Green+Blue) = 100+5+241=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #6405F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405F1 is #9BFA0E. Grayscale: #3B3B3B. Windows color (decimal): -10222095 or 15795556. OLE color: 15795556.

HSL color Cylindrical-coordinate representation of color #6405F1: hue angle of 264.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405F1 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1005241-
CMYK0.590.9800.05
HSL264.15º95.93%48.24%-
HSV(B)264.15º97.93%94.51%-
XYZ21.199.1783.87-
YUV60.31229.97156.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 241 (94.53% from 255) = 69.65%
R=28.90%
G=1.45%
B=69.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10052410.590.9800.05264.1595.9348.24
Hex645F13B62051086030
Octal1445361731420541014060
Binary110010010111110001111011110001001011000010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6405F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6405F1; }

 p { color: rgb(100,5,241); }

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

<style>
 a { background-color: #6405F1; }

 a { background-color: rgb(100,5,241); }

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

<style>
 span { border-color: #6405F1; }

 span { border-color: rgb(100,5,241); }

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