Html Css Color HEX #730DF9 Electric Indigo

📋 copy color: '#730DF9'

red 115 ◦ green 13 ◦ blue 249

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

Shades of Electric Indigo #730DF9

Tints of Electric Indigo #730DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.45%

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

R = 30.5%
G = 3.45%
B = 66.05%

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

#730DF9 (or 0x730DF9) is known color: Electric Indigo. HEX triplet: 73, 0D and F9. RGB value is (115,13,249). Sum of RGB (Red+Green+Blue) = 115+13+249=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #730DF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DF9 is #8CF206. Grayscale: #454545. Windows color (decimal): -9236999 or 16321907. OLE color: 16321907.

HSL color Cylindrical-coordinate representation of color #730DF9: hue angle of 265.93º 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 #730DF9 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 13 249 -
CMYK 0.54 0.95 0 0.02
HSL 265.93º 0.95% 0.51% -
HSV(B) 265.93º 0.95% 0.98% -
XYZ 24.31 10.77 90.42 -
YUV 70.4 228.79 159.81 -
System Red Green Blue C M Y K H S L
Decimal 115 13 249 0.54 0.95 0 0.02 265.93 0.95 0.51
Hex 73 D F9 36 5F 0 2 10A 5F 33
Octal 163 15 371 66 137 0 2 412 137 63
Binary 1110011 1101 11111001 110110 1011111 0 10 100001010 1011111 110011

Color Harmonies of #730DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DF9

Black with #730DF9

Text Example


Text Example

White with #730DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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