Html Css Color HEX #7308DF Electric Indigo

📋 copy color: '#7308DF'

red 115 ◦ green 8 ◦ blue 223

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

Shades of Electric Indigo #7308DF

Tints of Electric Indigo #7308DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 33.24%
G = 2.31%
B = 64.45%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7308DF (or 0x7308DF) is known color: Electric Indigo. HEX triplet: 73, 08 and DF. RGB value is (115,8,223). Sum of RGB (Red+Green+Blue) = 115+8+223=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #7308DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308DF is #8CF720. Grayscale: #3F3F3F. Windows color (decimal): -9238305 or 14616691. OLE color: 14616691.

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

Color convert

RGB 115 8 223 -
CMYK 0.48 0.96 0 0.13
HSL 269.86º 0.93% 0.45% -
HSV(B) 269.86º 0.96% 0.87% -
XYZ 20.48 9.15 70.5 -
YUV 64.5 217.45 164.02 -
System Red Green Blue C M Y K H S L
Decimal 115 8 223 0.48 0.96 0 0.13 269.86 0.93 0.45
Hex 73 8 DF 30 60 0 D 10E 5D 2D
Octal 163 10 337 60 140 0 15 416 135 55
Binary 1110011 1000 11011111 110000 1100000 0 1101 100001110 1011101 101101

Color Harmonies of #7308DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308DF

Black with #7308DF

Text Example


Text Example

White with #7308DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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