Html Css Color HEX #730FF4 Electric Indigo

📋 copy color: '#730FF4'

red 115 ◦ green 15 ◦ blue 244

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

Shades of Electric Indigo #730FF4

Tints of Electric Indigo #730FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.24%

R = 30.75%
G = 4.01%
B = 65.24%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#730FF4 (or 0x730FF4) is known color: Electric Indigo. HEX triplet: 73, 0F and F4. RGB value is (115,15,244). Sum of RGB (Red+Green+Blue) = 115+15+244=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #730FF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FF4 is #8CF00B. Grayscale: #464646. Windows color (decimal): -9236492 or 15994739. OLE color: 15994739.

HSL color Cylindrical-coordinate representation of color #730FF4: hue angle of 266.2º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FF4 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 15 244 -
CMYK 0.53 0.94 0 0.04
HSL 266.2º 0.91% 0.51% -
HSV(B) 266.2º 0.94% 0.96% -
XYZ 23.57 10.52 86.38 -
YUV 71.01 225.63 159.38 -
System Red Green Blue C M Y K H S L
Decimal 115 15 244 0.53 0.94 0 0.04 266.2 0.91 0.51
Hex 73 F F4 35 5E 0 4 10A 5B 33
Octal 163 17 364 65 136 0 4 412 133 63
Binary 1110011 1111 11110100 110101 1011110 0 100 100001010 1011011 110011

Color Harmonies of #730FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FF4

Black with #730FF4

Text Example


Text Example

White with #730FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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