Html Css Color HEX #730FE4 Electric Indigo

📋 copy color: '#730FE4'

red 115 ◦ green 15 ◦ blue 228

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

Shades of Electric Indigo #730FE4

Tints of Electric Indigo #730FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

 BLUE value IS 228 (89.45% from 255) = 63.69%

R = 32.12%
G = 4.19%
B = 63.69%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#730FE4 (or 0x730FE4) is known color: Electric Indigo. HEX triplet: 73, 0F and E4. RGB value is (115,15,228). Sum of RGB (Red+Green+Blue) = 115+15+228=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #730FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FE4 is #8CF01B. Grayscale: #444444. Windows color (decimal): -9236508 or 14946163. OLE color: 14946163.

HSL color Cylindrical-coordinate representation of color #730FE4: hue angle of 268.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FE4 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 15 228 -
CMYK 0.50 0.93 0 0.11
HSL 268.17º 0.88% 0.48% -
HSV(B) 268.17º 0.93% 0.89% -
XYZ 21.24 9.59 74.13 -
YUV 69.18 217.63 160.68 -
System Red Green Blue C M Y K H S L
Decimal 115 15 228 0.50 0.93 0 0.11 268.17 0.88 0.48
Hex 73 F E4 32 5D 0 B 10C 58 30
Octal 163 17 344 62 135 0 13 414 130 60
Binary 1110011 1111 11100100 110010 1011101 0 1011 100001100 1011000 110000

Color Harmonies of #730FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FE4

Black with #730FE4

Text Example


Text Example

White with #730FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,228); }

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

background-color css

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

 a { background-color: rgb(115,15,228); }

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

border-color css

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

 span { border-color: rgb(115,15,228); }

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