Html Css Color HEX #740ADE Electric Indigo

📋 copy color: '#740ADE'

red 116 ◦ green 10 ◦ blue 222

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

Shades of Electric Indigo #740ADE

Tints of Electric Indigo #740ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 33.33%
G = 2.87%
B = 63.79%

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

#740ADE (or 0x740ADE) is known color: Electric Indigo. HEX triplet: 74, 0A and DE. RGB value is (116,10,222). Sum of RGB (Red+Green+Blue) = 116+10+222=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #740ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ADE is #8BF521. Grayscale: #414141. Windows color (decimal): -9172258 or 14551668. OLE color: 14551668.

HSL color Cylindrical-coordinate representation of color #740ADE: hue angle of 270º 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 #740ADE is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 10 222 -
CMYK 0.48 0.95 0 0.13
HSL 270º 0.91% 0.45% -
HSV(B) 270º 0.95% 0.87% -
XYZ 20.5 9.2 69.8 -
YUV 65.86 216.12 163.76 -
System Red Green Blue C M Y K H S L
Decimal 116 10 222 0.48 0.95 0 0.13 270 0.91 0.45
Hex 74 A DE 30 5F 0 D 10E 5B 2D
Octal 164 12 336 60 137 0 15 416 133 55
Binary 1110100 1010 11011110 110000 1011111 0 1101 100001110 1011011 101101

Color Harmonies of #740ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ADE

Black with #740ADE

Text Example


Text Example

White with #740ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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