Html Css Color HEX #730AFE Electric Indigo

📋 copy color: '#730AFE'

red 115 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #730AFE

Tints of Electric Indigo #730AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.64%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 30.34%
G = 2.64%
B = 67.02%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#730AFE (or 0x730AFE) is known color: Electric Indigo. HEX triplet: 73, 0A and FE. RGB value is (115,10,254). Sum of RGB (Red+Green+Blue) = 115+10+254=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #730AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AFE is #8CF501. Grayscale: #444444. Windows color (decimal): -9237762 or 16648819. OLE color: 16648819.

HSL color Cylindrical-coordinate representation of color #730AFE: hue angle of 265.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730AFE is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 10 254 -
CMYK 0.55 0.96 0 0.00
HSL 265.82º 0.99% 0.52% -
HSV(B) 265.82º 0.96% 1% -
XYZ 25.07 11.02 94.57 -
YUV 69.21 232.29 160.66 -
System Red Green Blue C M Y K H S L
Decimal 115 10 254 0.55 0.96 0 0.00 265.82 0.99 0.52
Hex 73 A FE 37 60 0 0 10A 63 34
Octal 163 12 376 67 140 0 0 412 143 64
Binary 1110011 1010 11111110 110111 1100000 0 0 100001010 1100011 110100

Color Harmonies of #730AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AFE

Black with #730AFE

Text Example


Text Example

White with #730AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,10,254); }

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

background-color css

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

 a { background-color: rgb(115,10,254); }

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

border-color css

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

 span { border-color: rgb(115,10,254); }

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