#670CF4

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

Shades of Electric Indigo #670CF4

Tints of Electric Indigo #670CF4

Color information

#670CF4 (or 0x670CF4) is unknown color: approx Electric Indigo. HEX triplet: 67, 0C and F4. RGB value is (103,12,244). Sum of RGB (Red+Green+Blue) = 103+12+244=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #670CF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670CF4 is #98F30B. Grayscale: #404040. Windows color (decimal): -10023692 or 15993959. OLE color: 15993959.

HSL color Cylindrical-coordinate representation of color #670CF4: hue angle of 263.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670CF4 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10312244-
CMYK0.580.9500.04
HSL263.53º91.34%50.2%-
HSV(B)263.53º95.08%95.69%-
XYZ22.059.6886.29-
YUV65.66228.65154.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 12 (5.08% from 255) = 3.34%
BLUE value IS 244 (95.70% from 255) = 67.97%
R=28.69%
G=3.34%
B=67.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal103122440.580.9500.04263.5391.3450.2
Hex67CF43A5F041085b32
Octal14714364721370441013362
Binary1100111110011110100111010101111101001000010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,244); }

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

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

 a { background-color: rgb(103,12,244); }

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

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

 span { border-color: rgb(103,12,244); }

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