Html Css Color HEX #7303DF Electric Indigo

📋 copy color: '#7303DF'

red 115 ◦ green 3 ◦ blue 223

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

Shades of Electric Indigo #7303DF

Tints of Electric Indigo #7303DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 33.72%
G = 0.88%
B = 65.4%

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

#7303DF (or 0x7303DF) is known color: Electric Indigo. HEX triplet: 73, 03 and DF. RGB value is (115,3,223). Sum of RGB (Red+Green+Blue) = 115+3+223=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7303DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303DF is #8CFC20. Grayscale: #3C3C3C. Windows color (decimal): -9239585 or 14615411. OLE color: 14615411.

HSL color Cylindrical-coordinate representation of color #7303DF: hue angle of 270.55º degrees, saturation: 0.97, 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 #7303DF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 3 223 -
CMYK 0.48 0.99 0 0.13
HSL 270.55º 0.97% 0.44% -
HSV(B) 270.55º 0.99% 0.87% -
XYZ 20.42 9.04 70.48 -
YUV 61.57 219.11 166.11 -
System Red Green Blue C M Y K H S L
Decimal 115 3 223 0.48 0.99 0 0.13 270.55 0.97 0.44
Hex 73 3 DF 30 63 0 D 10F 61 2C
Octal 163 3 337 60 143 0 15 417 141 54
Binary 1110011 11 11011111 110000 1100011 0 1101 100001111 1100001 101100

Color Harmonies of #7303DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7303DF

Black with #7303DF

Text Example


Text Example

White with #7303DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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