Html Css Color HEX #670BDD Electric Indigo

📋 copy color: '#670BDD'

red 103 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #670BDD

Tints of Electric Indigo #670BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 30.75%
G = 3.28%
B = 65.97%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#670BDD (or 0x670BDD) is known color: Electric Indigo. HEX triplet: 67, 0B and DD. RGB value is (103,11,221). Sum of RGB (Red+Green+Blue) = 103+11+221=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #670BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BDD is #98F422. Grayscale: #3D3D3D. Windows color (decimal): -10023971 or 14486375. OLE color: 14486375.

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

Color convert

RGB 103 11 221 -
CMYK 0.53 0.95 0 0.13
HSL 266.29º 0.91% 0.45% -
HSV(B) 266.29º 0.95% 0.87% -
XYZ 18.76 8.34 69.03 -
YUV 62.45 217.48 156.92 -
System Red Green Blue C M Y K H S L
Decimal 103 11 221 0.53 0.95 0 0.13 266.29 0.91 0.45
Hex 67 B DD 35 5F 0 D 10A 5B 2D
Octal 147 13 335 65 137 0 15 412 133 55
Binary 1100111 1011 11011101 110101 1011111 0 1101 100001010 1011011 101101

Color Harmonies of #670BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BDD

Black with #670BDD

Text Example


Text Example

White with #670BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,11,221); }

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

background-color css

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

 a { background-color: rgb(103,11,221); }

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

border-color css

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

 span { border-color: rgb(103,11,221); }

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