Html Css Color HEX #660BDB Electric Indigo

📋 copy color: '#660BDB'

red 102 ◦ green 11 ◦ blue 219

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

Shades of Electric Indigo #660BDB

Tints of Electric Indigo #660BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

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

R = 30.72%
G = 3.31%
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

#660BDB (or 0x660BDB) is known color: Electric Indigo. HEX triplet: 66, 0B and DB. RGB value is (102,11,219). Sum of RGB (Red+Green+Blue) = 102+11+219=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 11 (4.69% from 255 or 3.31% 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 #660BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BDB is #99F424. Grayscale: #3D3D3D. Windows color (decimal): -10089509 or 14355302. OLE color: 14355302.

HSL color Cylindrical-coordinate representation of color #660BDB: hue angle of 266.25º degrees, saturation: 0.9, 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 #660BDB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 11 219 -
CMYK 0.53 0.95 0 0.14
HSL 266.25º 0.9% 0.45% -
HSV(B) 266.25º 0.95% 0.86% -
XYZ 18.39 8.18 67.63 -
YUV 61.92 216.65 156.59 -
System Red Green Blue C M Y K H S L
Decimal 102 11 219 0.53 0.95 0 0.14 266.25 0.9 0.45
Hex 66 B DB 35 5F 0 E 10A 5A 2D
Octal 146 13 333 65 137 0 16 412 132 55
Binary 1100110 1011 11011011 110101 1011111 0 1110 100001010 1011010 101101

Color Harmonies of #660BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BDB

Black with #660BDB

Text Example


Text Example

White with #660BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,11,219); }

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

background-color css

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

 a { background-color: rgb(102,11,219); }

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

border-color css

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

 span { border-color: rgb(102,11,219); }

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