Html Css Color HEX #670ADB Electric Indigo

📋 copy color: '#670ADB'

red 103 ◦ green 10 ◦ blue 219

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

Shades of Electric Indigo #670ADB

Tints of Electric Indigo #670ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 31.02%
G = 3.01%
B = 65.96%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#670ADB (or 0x670ADB) is known color: Electric Indigo. HEX triplet: 67, 0A and DB. RGB value is (103,10,219). Sum of RGB (Red+Green+Blue) = 103+10+219=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #670ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ADB is #98F524. Grayscale: #3C3C3C. Windows color (decimal): -10024229 or 14355047. OLE color: 14355047.

HSL color Cylindrical-coordinate representation of color #670ADB: hue angle of 266.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670ADB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 10 219 -
CMYK 0.53 0.95 0 0.14
HSL 266.7º 0.91% 0.45% -
HSV(B) 266.7º 0.95% 0.86% -
XYZ 18.49 8.22 67.63 -
YUV 61.63 216.81 157.51 -
System Red Green Blue C M Y K H S L
Decimal 103 10 219 0.53 0.95 0 0.14 266.7 0.91 0.45
Hex 67 A DB 35 5F 0 E 10B 5B 2D
Octal 147 12 333 65 137 0 16 413 133 55
Binary 1100111 1010 11011011 110101 1011111 0 1110 100001011 1011011 101101

Color Harmonies of #670ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670ADB

Black with #670ADB

Text Example


Text Example

White with #670ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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