Html Css Color HEX #7308FC Electric Indigo

📋 copy color: '#7308FC'

red 115 ◦ green 8 ◦ blue 252

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

Shades of Electric Indigo #7308FC

Tints of Electric Indigo #7308FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 30.67%
G = 2.13%
B = 67.2%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7308FC (or 0x7308FC) is known color: Electric Indigo. HEX triplet: 73, 08 and FC. RGB value is (115,8,252). Sum of RGB (Red+Green+Blue) = 115+8+252=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #7308FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7308FC is #8CF703. Grayscale: #424242. Windows color (decimal): -9238276 or 16517235. OLE color: 16517235.

HSL color Cylindrical-coordinate representation of color #7308FC: hue angle of 266.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7308FC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 8 252 -
CMYK 0.54 0.97 0 0.01
HSL 266.31º 0.98% 0.51% -
HSV(B) 266.31º 0.97% 0.99% -
XYZ 24.73 10.85 92.89 -
YUV 67.81 231.95 161.66 -
System Red Green Blue C M Y K H S L
Decimal 115 8 252 0.54 0.97 0 0.01 266.31 0.98 0.51
Hex 73 8 FC 36 61 0 1 10A 62 33
Octal 163 10 374 66 141 0 1 412 142 63
Binary 1110011 1000 11111100 110110 1100001 0 1 100001010 1100010 110011

Color Harmonies of #7308FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308FC

Black with #7308FC

Text Example


Text Example

White with #7308FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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