Html Css Color HEX #670DD9 Electric Indigo

📋 copy color: '#670DD9'

red 103 ◦ green 13 ◦ blue 217

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

Shades of Electric Indigo #670DD9

Tints of Electric Indigo #670DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.9%

 BLUE value IS 217 (85.16% from 255) = 65.17%

R = 30.93%
G = 3.9%
B = 65.17%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#670DD9 (or 0x670DD9) is known color: Electric Indigo. HEX triplet: 67, 0D and D9. RGB value is (103,13,217). Sum of RGB (Red+Green+Blue) = 103+13+217=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 217 (85.16% from 255 or 65.17% from 333); Max value from RGB is 217 - color contains mainly: blue. Hex color #670DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DD9 is #98F226. Grayscale: #3E3E3E. Windows color (decimal): -10023463 or 14224743. OLE color: 14224743.

HSL color Cylindrical-coordinate representation of color #670DD9: hue angle of 266.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670DD9 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 13 217 -
CMYK 0.53 0.94 0 0.15
HSL 266.47º 0.89% 0.45% -
HSV(B) 266.47º 0.94% 0.85% -
XYZ 18.26 8.18 66.26 -
YUV 63.17 214.82 156.41 -
System Red Green Blue C M Y K H S L
Decimal 103 13 217 0.53 0.94 0 0.15 266.47 0.89 0.45
Hex 67 D D9 35 5E 0 F 10A 59 2D
Octal 147 15 331 65 136 0 17 412 131 55
Binary 1100111 1101 11011001 110101 1011110 0 1111 100001010 1011001 101101

Color Harmonies of #670DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670DD9

Black with #670DD9

Text Example


Text Example

White with #670DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,13,217); }

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

background-color css

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

 a { background-color: rgb(103,13,217); }

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

border-color css

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

 span { border-color: rgb(103,13,217); }

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