#730AED

Color #730AED Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #730AED

Tints of Electric Indigo #730AED

Color information

#730AED (or 0x730AED) is unknown color: approx Electric Indigo. HEX triplet: 73, 0A and ED. RGB value is (115,10,237). Sum of RGB (Red+Green+Blue) = 115+10+237=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #730AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AED is #8CF512. Grayscale: #424242. Windows color (decimal): -9237779 or 15534707. OLE color: 15534707.

HSL color Cylindrical-coordinate representation of color #730AED: hue angle of 267.75º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730AED is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11510237-
CMYK0.510.9600.07
HSL267.75º91.9%48.43%-
HSV(B)267.75º95.78%92.94%-
XYZ22.469.9880.86-
YUV67.27223.79162.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 10 (4.30% from 255) = 2.76%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=31.77%
G=2.76%
B=65.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115102370.510.9600.07267.7591.948.43
Hex73AED33600710c5c30
Octal16312355631400741413460
Binary1110011101011101101110011110000001111000011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730AED; }

 p { color: rgb(115,10,237); }

 H1.HeaderClassName
 {
   color: #730AED;
 }
 .AnyTagClassName
 {
   color: #730AED;
 }
</style>
background-color css

<style>
 a { background-color: #730AED; }

 a { background-color: rgb(115,10,237); }

 div.DivClassName
 {
   background-color: #730AED;
 }
 .BgClassName
 {
   background-color: #730AED;
 }
</style>
border-color css

<style>
 span { border-color: #730AED; }

 span { border-color: rgb(115,10,237); }

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