Html Css Color HEX #730CF9 Electric Indigo

📋 copy color: '#730CF9'

red 115 ◦ green 12 ◦ blue 249

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

Shades of Electric Indigo #730CF9

Tints of Electric Indigo #730CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 249 (97.66% from 255) = 66.22%

R = 30.59%
G = 3.19%
B = 66.22%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#730CF9 (or 0x730CF9) is known color: Electric Indigo. HEX triplet: 73, 0C and F9. RGB value is (115,12,249). Sum of RGB (Red+Green+Blue) = 115+12+249=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #730CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CF9 is #8CF306. Grayscale: #444444. Windows color (decimal): -9237255 or 16321651. OLE color: 16321651.

HSL color Cylindrical-coordinate representation of color #730CF9: hue angle of 266.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CF9 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 12 249 -
CMYK 0.54 0.95 0 0.02
HSL 266.08º 0.95% 0.51% -
HSV(B) 266.08º 0.95% 0.98% -
XYZ 24.3 10.75 90.42 -
YUV 69.82 229.12 160.23 -
System Red Green Blue C M Y K H S L
Decimal 115 12 249 0.54 0.95 0 0.02 266.08 0.95 0.51
Hex 73 C F9 36 5F 0 2 10A 5F 33
Octal 163 14 371 66 137 0 2 412 137 63
Binary 1110011 1100 11111001 110110 1011111 0 10 100001010 1011111 110011

Color Harmonies of #730CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CF9

Black with #730CF9

Text Example


Text Example

White with #730CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,249); }

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

background-color css

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

 a { background-color: rgb(115,12,249); }

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

border-color css

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

 span { border-color: rgb(115,12,249); }

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