Html Css Color HEX #730AFD Electric Indigo

📋 copy color: '#730AFD'

red 115 ◦ green 10 ◦ blue 253

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

Shades of Electric Indigo #730AFD

Tints of Electric Indigo #730AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 30.42%
G = 2.65%
B = 66.93%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#730AFD (or 0x730AFD) is known color: Electric Indigo. HEX triplet: 73, 0A and FD. RGB value is (115,10,253). Sum of RGB (Red+Green+Blue) = 115+10+253=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #730AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AFD is #8CF502. Grayscale: #444444. Windows color (decimal): -9237763 or 16583283. OLE color: 16583283.

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

Color convert

RGB 115 10 253 -
CMYK 0.55 0.96 0 0.01
HSL 265.93º 0.98% 0.52% -
HSV(B) 265.93º 0.96% 0.99% -
XYZ 24.91 10.95 93.73 -
YUV 69.1 231.79 160.74 -
System Red Green Blue C M Y K H S L
Decimal 115 10 253 0.55 0.96 0 0.01 265.93 0.98 0.52
Hex 73 A FD 37 60 0 1 10A 62 34
Octal 163 12 375 67 140 0 1 412 142 64
Binary 1110011 1010 11111101 110111 1100000 0 1 100001010 1100010 110100

Color Harmonies of #730AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AFD

Black with #730AFD

Text Example


Text Example

White with #730AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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