Html Css Color HEX #730BFC Electric Indigo

📋 copy color: '#730BFC'

red 115 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #730BFC

Tints of Electric Indigo #730BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.91%

 BLUE value IS 252 (98.83% from 255) = 66.67%

R = 30.42%
G = 2.91%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#730BFC (or 0x730BFC) is known color: Electric Indigo. HEX triplet: 73, 0B and FC. RGB value is (115,11,252). Sum of RGB (Red+Green+Blue) = 115+11+252=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #730BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BFC is #8CF403. Grayscale: #444444. Windows color (decimal): -9237508 or 16518003. OLE color: 16518003.

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

Color convert

RGB 115 11 252 -
CMYK 0.54 0.96 0 0.01
HSL 265.89º 0.98% 0.52% -
HSV(B) 265.89º 0.96% 0.99% -
XYZ 24.76 10.91 92.9 -
YUV 69.57 230.96 160.4 -
System Red Green Blue C M Y K H S L
Decimal 115 11 252 0.54 0.96 0 0.01 265.89 0.98 0.52
Hex 73 B FC 36 60 0 1 10A 62 34
Octal 163 13 374 66 140 0 1 412 142 64
Binary 1110011 1011 11111100 110110 1100000 0 1 100001010 1100010 110100

Color Harmonies of #730BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BFC

Black with #730BFC

Text Example


Text Example

White with #730BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,252); }

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

background-color css

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

 a { background-color: rgb(115,11,252); }

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

border-color css

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

 span { border-color: rgb(115,11,252); }

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