Html Css Color HEX #7302FF Electric Indigo

📋 copy color: '#7302FF'

red 115 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #7302FF

Tints of Electric Indigo #7302FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 30.91%
G = 0.54%
B = 68.55%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7302FF (or 0x7302FF) is known color: Electric Indigo. HEX triplet: 73, 02 and FF. RGB value is (115,2,255). Sum of RGB (Red+Green+Blue) = 115+2+255=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #7302FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7302FF is #8CFD00. Grayscale: #3F3F3F. Windows color (decimal): -9239809 or 16712307. OLE color: 16712307.

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

Color convert

RGB 115 2 255 -
CMYK 0.55 0.99 0 0
HSL 266.8º 1% 0.5% -
HSV(B) 266.8º 0.99% 1% -
XYZ 25.14 10.91 95.39 -
YUV 64.63 235.44 163.93 -
System Red Green Blue C M Y K H S L
Decimal 115 2 255 0.55 0.99 0 0 266.8 1 0.5
Hex 73 2 FF 37 63 0 0 10B 64 32
Octal 163 2 377 67 143 0 0 413 144 62
Binary 1110011 10 11111111 110111 1100011 0 0 100001011 1100100 110010

Color Harmonies of #7302FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7302FF

Black with #7302FF

Text Example


Text Example

White with #7302FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7302FF; }

 p { color: rgb(115,2,255); }

 H1.HeaderClassName
 {
   color: #7302FF;
 }
 .AnyTagClassName
 {
   color: #7302FF;
 }
</style>

background-color css

<style>
 a { background-color: #7302FF; }

 a { background-color: rgb(115,2,255); }

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

border-color css

<style>
 span { border-color: #7302FF; }

 span { border-color: rgb(115,2,255); }

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