Html Css Color HEX #7302DF Electric Indigo

📋 copy color: '#7302DF'

red 115 ◦ green 2 ◦ blue 223

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

Shades of Electric Indigo #7302DF

Tints of Electric Indigo #7302DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 33.82%
G = 0.59%
B = 65.59%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7302DF (or 0x7302DF) is known color: Electric Indigo. HEX triplet: 73, 02 and DF. RGB value is (115,2,223). Sum of RGB (Red+Green+Blue) = 115+2+223=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #7302DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7302DF is #8CFD20. Grayscale: #3C3C3C. Windows color (decimal): -9239841 or 14615155. OLE color: 14615155.

HSL color Cylindrical-coordinate representation of color #7302DF: hue angle of 270.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302DF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 2 223 -
CMYK 0.48 0.99 0 0.13
HSL 270.68º 0.98% 0.44% -
HSV(B) 270.68º 0.99% 0.87% -
XYZ 20.41 9.02 70.48 -
YUV 60.98 219.44 166.53 -
System Red Green Blue C M Y K H S L
Decimal 115 2 223 0.48 0.99 0 0.13 270.68 0.98 0.44
Hex 73 2 DF 30 63 0 D 10F 62 2C
Octal 163 2 337 60 143 0 15 417 142 54
Binary 1110011 10 11011111 110000 1100011 0 1101 100001111 1100010 101100

Color Harmonies of #7302DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7302DF

Black with #7302DF

Text Example


Text Example

White with #7302DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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