Html Css Color HEX #730AEE Electric Indigo

📋 copy color: '#730AEE'

red 115 ◦ green 10 ◦ blue 238

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

Shades of Electric Indigo #730AEE

Tints of Electric Indigo #730AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 31.68%
G = 2.75%
B = 65.56%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730AEE (or 0x730AEE) is known color: Electric Indigo. HEX triplet: 73, 0A and EE. RGB value is (115,10,238). Sum of RGB (Red+Green+Blue) = 115+10+238=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #730AEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AEE is #8CF511. Grayscale: #424242. Windows color (decimal): -9237778 or 15600243. OLE color: 15600243.

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

Color convert

RGB 115 10 238 -
CMYK 0.52 0.96 0 0.07
HSL 267.63º 0.92% 0.49% -
HSV(B) 267.63º 0.96% 0.93% -
XYZ 22.61 10.03 81.63 -
YUV 67.39 224.29 161.96 -
System Red Green Blue C M Y K H S L
Decimal 115 10 238 0.52 0.96 0 0.07 267.63 0.92 0.49
Hex 73 A EE 34 60 0 7 10C 5C 31
Octal 163 12 356 64 140 0 7 414 134 61
Binary 1110011 1010 11101110 110100 1100000 0 111 100001100 1011100 110001

Color Harmonies of #730AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AEE

Black with #730AEE

Text Example


Text Example

White with #730AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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