Html Css Color HEX #670EF1 Electric Indigo

📋 copy color: '#670EF1'

red 103 ◦ green 14 ◦ blue 241

#670EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #670EF1

Tints of Electric Indigo #670EF1

RGB

 RED value IS 103 (40.63% from 255) = 28.77%

 GREEN value IS 14 (5.86% from 255) = 3.91%

 BLUE value IS 241 (94.53% from 255) = 67.32%

R = 28.77%
G = 3.91%
B = 67.32%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#670EF1 (or 0x670EF1) is known color: Electric Indigo. HEX triplet: 67, 0E and F1. RGB value is (103,14,241). Sum of RGB (Red+Green+Blue) = 103+14+241=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #670EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670EF1 is #98F10E. Grayscale: #414141. Windows color (decimal): -10023183 or 15797863. OLE color: 15797863.

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

Color convert

RGB 103 14 241 -
CMYK 0.57 0.94 0 0.05
HSL 263.52º 0.89% 0.5% -
HSV(B) 263.52º 0.94% 0.95% -
XYZ 21.63 9.55 83.92 -
YUV 66.49 226.49 154.04 -
System Red Green Blue C M Y K H S L
Decimal 103 14 241 0.57 0.94 0 0.05 263.52 0.89 0.5
Hex 67 E F1 39 5E 0 5 108 59 32
Octal 147 16 361 71 136 0 5 410 131 62
Binary 1100111 1110 11110001 111001 1011110 0 101 100001000 1011001 110010

Color Harmonies of #670EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EF1

Black with #670EF1

Text Example


Text Example

White with #670EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #670EF1;
 }
 .AnyTagClassName
 {
   color: #670EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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