#6003F1

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

Shades of Electric Indigo #6003F1

Tints of Electric Indigo #6003F1

Color information

#6003F1 (or 0x6003F1) is unknown color: approx Electric Indigo. HEX triplet: 60, 03 and F1. RGB value is (96,3,241). Sum of RGB (Red+Green+Blue) = 96+3+241=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #6003F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003F1 is #9FFC0E. Grayscale: #393939. Windows color (decimal): -10484751 or 15795040. OLE color: 15795040.

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

Color convert

RGB963241-
CMYK0.600.9900.05
HSL263.45º97.54%47.84%-
HSV(B)263.45º98.76%94.51%-
XYZ20.738.983.84-
YUV57.94231.31155.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 241 (94.53% from 255) = 70.88%
R=28.24%
G=0.88%
B=70.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9632410.600.9900.05263.4597.5447.84
Hex603F13C63051076230
Octal1403361741430540714260
Binary11000001111110001111100110001101011000001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6003F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,3,241); }

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

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

 a { background-color: rgb(96,3,241); }

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

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

 span { border-color: rgb(96,3,241); }

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