Html Css Color HEX #740BDE Electric Indigo

📋 copy color: '#740BDE'

red 116 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #740BDE

Tints of Electric Indigo #740BDE

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 33.24%
G = 3.15%
B = 63.61%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740BDE (or 0x740BDE) is known color: Electric Indigo. HEX triplet: 74, 0B and DE. RGB value is (116,11,222). Sum of RGB (Red+Green+Blue) = 116+11+222=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #740BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BDE is #8BF421. Grayscale: #414141. Windows color (decimal): -9172002 or 14551924. OLE color: 14551924.

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

Color convert

RGB 116 11 222 -
CMYK 0.48 0.95 0 0.13
HSL 269.86º 0.91% 0.46% -
HSV(B) 269.86º 0.95% 0.87% -
XYZ 20.51 9.23 69.81 -
YUV 66.45 215.79 163.34 -
System Red Green Blue C M Y K H S L
Decimal 116 11 222 0.48 0.95 0 0.13 269.86 0.91 0.46
Hex 74 B DE 30 5F 0 D 10E 5B 2E
Octal 164 13 336 60 137 0 15 416 133 56
Binary 1110100 1011 11011110 110000 1011111 0 1101 100001110 1011011 101110

Color Harmonies of #740BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BDE

Black with #740BDE

Text Example


Text Example

White with #740BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740BDE; }

 p { color: rgb(116,11,222); }

 H1.HeaderClassName
 {
   color: #740BDE;
 }
 .AnyTagClassName
 {
   color: #740BDE;
 }
</style>

background-color css

<style>
 a { background-color: #740BDE; }

 a { background-color: rgb(116,11,222); }

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

border-color css

<style>
 span { border-color: #740BDE; }

 span { border-color: rgb(116,11,222); }

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