Html Css Color HEX #730AEB Electric Indigo

📋 copy color: '#730AEB'

red 115 ◦ green 10 ◦ blue 235

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

Shades of Electric Indigo #730AEB

Tints of Electric Indigo #730AEB

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 31.94%
G = 2.78%
B = 65.28%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#730AEB (or 0x730AEB) is known color: Electric Indigo. HEX triplet: 73, 0A and EB. RGB value is (115,10,235). Sum of RGB (Red+Green+Blue) = 115+10+235=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #730AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AEB is #8CF514. Grayscale: #424242. Windows color (decimal): -9237781 or 15403635. OLE color: 15403635.

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

Color convert

RGB 115 10 235 -
CMYK 0.51 0.96 0 0.08
HSL 268º 0.92% 0.48% -
HSV(B) 268º 0.96% 0.92% -
XYZ 22.17 9.86 79.33 -
YUV 67.05 222.79 162.2 -
System Red Green Blue C M Y K H S L
Decimal 115 10 235 0.51 0.96 0 0.08 268 0.92 0.48
Hex 73 A EB 33 60 0 8 10C 5C 30
Octal 163 12 353 63 140 0 10 414 134 60
Binary 1110011 1010 11101011 110011 1100000 0 1000 100001100 1011100 110000

Color Harmonies of #730AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AEB

Black with #730AEB

Text Example


Text Example

White with #730AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #730AEB;
 }
 .AnyTagClassName
 {
   color: #730AEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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