Html Css Color HEX #7308EE Electric Indigo

📋 copy color: '#7308EE'

red 115 ◦ green 8 ◦ blue 238

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

Shades of Electric Indigo #7308EE

Tints of Electric Indigo #7308EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 31.86%
G = 2.22%
B = 65.93%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7308EE (or 0x7308EE) is known color: Electric Indigo. HEX triplet: 73, 08 and EE. RGB value is (115,8,238). Sum of RGB (Red+Green+Blue) = 115+8+238=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #7308EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7308EE is #8CF711. Grayscale: #414141. Windows color (decimal): -9238290 or 15599731. OLE color: 15599731.

HSL color Cylindrical-coordinate representation of color #7308EE: hue angle of 267.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7308EE is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 8 238 -
CMYK 0.52 0.97 0 0.07
HSL 267.91º 0.93% 0.48% -
HSV(B) 267.91º 0.97% 0.93% -
XYZ 22.59 9.99 81.63 -
YUV 66.21 224.95 162.8 -
System Red Green Blue C M Y K H S L
Decimal 115 8 238 0.52 0.97 0 0.07 267.91 0.93 0.48
Hex 73 8 EE 34 61 0 7 10C 5D 30
Octal 163 10 356 64 141 0 7 414 135 60
Binary 1110011 1000 11101110 110100 1100001 0 111 100001100 1011101 110000

Color Harmonies of #7308EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308EE

Black with #7308EE

Text Example


Text Example

White with #7308EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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