Html Css Color HEX #660DDA Electric Indigo

📋 copy color: '#660DDA'

red 102 ◦ green 13 ◦ blue 218

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

Shades of Electric Indigo #660DDA

Tints of Electric Indigo #660DDA

RGB

 RED value IS 102 (40.23% from 255) = 30.63%

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 30.63%
G = 3.9%
B = 65.47%

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

#660DDA (or 0x660DDA) is known color: Electric Indigo. HEX triplet: 66, 0D and DA. RGB value is (102,13,218). Sum of RGB (Red+Green+Blue) = 102+13+218=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #660DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DDA is #99F225. Grayscale: #3E3E3E. Windows color (decimal): -10088998 or 14290278. OLE color: 14290278.

HSL color Cylindrical-coordinate representation of color #660DDA: hue angle of 266.05º 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 #660DDA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 13 218 -
CMYK 0.53 0.94 0 0.15
HSL 266.05º 0.89% 0.45% -
HSV(B) 266.05º 0.94% 0.85% -
XYZ 18.28 8.17 66.94 -
YUV 62.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 102 13 218 0.53 0.94 0 0.15 266.05 0.89 0.45
Hex 66 D DA 35 5E 0 F 10A 59 2D
Octal 146 15 332 65 136 0 17 412 131 55
Binary 1100110 1101 11011010 110101 1011110 0 1111 100001010 1011001 101101

Color Harmonies of #660DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DDA

Black with #660DDA

Text Example


Text Example

White with #660DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660DDA; }

 p { color: rgb(102,13,218); }

 H1.HeaderClassName
 {
   color: #660DDA;
 }
 .AnyTagClassName
 {
   color: #660DDA;
 }
</style>

background-color css

<style>
 a { background-color: #660DDA; }

 a { background-color: rgb(102,13,218); }

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

border-color css

<style>
 span { border-color: #660DDA; }

 span { border-color: rgb(102,13,218); }

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