Html Css Color HEX #730FEF Electric Indigo

📋 copy color: '#730FEF'

red 115 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #730FEF

Tints of Electric Indigo #730FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 31.17%
G = 4.07%
B = 64.77%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#730FEF (or 0x730FEF) is known color: Electric Indigo. HEX triplet: 73, 0F and EF. RGB value is (115,15,239). Sum of RGB (Red+Green+Blue) = 115+15+239=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #730FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FEF is #8CF010. Grayscale: #454545. Windows color (decimal): -9236497 or 15667059. OLE color: 15667059.

HSL color Cylindrical-coordinate representation of color #730FEF: hue angle of 266.79º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FEF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 15 239 -
CMYK 0.52 0.94 0 0.06
HSL 266.79º 0.88% 0.5% -
HSV(B) 266.79º 0.94% 0.94% -
XYZ 22.82 10.22 82.43 -
YUV 70.44 223.13 159.79 -
System Red Green Blue C M Y K H S L
Decimal 115 15 239 0.52 0.94 0 0.06 266.79 0.88 0.5
Hex 73 F EF 34 5E 0 6 10B 58 32
Octal 163 17 357 64 136 0 6 413 130 62
Binary 1110011 1111 11101111 110100 1011110 0 110 100001011 1011000 110010

Color Harmonies of #730FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FEF

Black with #730FEF

Text Example


Text Example

White with #730FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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