#670AF1

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

Shades of Electric Indigo #670AF1

Tints of Electric Indigo #670AF1

Color information

#670AF1 (or 0x670AF1) is unknown color: approx Electric Indigo. HEX triplet: 67, 0A and F1. RGB value is (103,10,241). Sum of RGB (Red+Green+Blue) = 103+10+241=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #670AF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670AF1 is #98F50E. Grayscale: #3F3F3F. Windows color (decimal): -10024207 or 15796839. OLE color: 15796839.

HSL color Cylindrical-coordinate representation of color #670AF1: hue angle of 264.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670AF1 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10310241-
CMYK0.570.9600.05
HSL264.16º92.03%49.22%-
HSV(B)264.16º95.85%94.51%-
XYZ21.589.4583.91-
YUV64.14227.81155.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 241 (94.53% from 255) = 68.08%
R=29.10%
G=2.82%
B=68.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal103102410.570.9600.05264.1692.0349.22
Hex67AF13960051085c31
Octal14712361711400541013461
Binary1100111101011110001111001110000001011000010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670AF1; }

 p { color: rgb(103,10,241); }

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

<style>
 a { background-color: #670AF1; }

 a { background-color: rgb(103,10,241); }

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

<style>
 span { border-color: #670AF1; }

 span { border-color: rgb(103,10,241); }

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