Html Css Color HEX #7F03F8 Electric Indigo

📋 copy color: '#7F03F8'

red 127 ◦ green 3 ◦ blue 248

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

Shades of Electric Indigo #7F03F8

Tints of Electric Indigo #7F03F8

RGB

 RED value IS 127 (50% from 255) = 33.6%

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

 BLUE value IS 248 (97.27% from 255) = 65.61%

R = 33.6%
G = 0.79%
B = 65.61%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F03F8 (or 0x7F03F8) is known color: Electric Indigo. HEX triplet: 7F, 03 and F8. RGB value is (127,3,248). Sum of RGB (Red+Green+Blue) = 127+3+248=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F03F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03F8 is #80FC07. Grayscale: #434343. Windows color (decimal): -8453128 or 16253823. OLE color: 16253823.

HSL color Cylindrical-coordinate representation of color #7F03F8: hue angle of 270.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03F8 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 3 248 -
CMYK 0.49 0.99 0 0.03
HSL 270.37º 0.98% 0.49% -
HSV(B) 270.37º 0.99% 0.97% -
XYZ 25.73 11.35 89.64 -
YUV 68.01 229.58 170.08 -
System Red Green Blue C M Y K H S L
Decimal 127 3 248 0.49 0.99 0 0.03 270.37 0.98 0.49
Hex 7F 3 F8 31 63 0 3 10E 62 31
Octal 177 3 370 61 143 0 3 416 142 61
Binary 1111111 11 11111000 110001 1100011 0 11 100001110 1100010 110001

Color Harmonies of #7F03F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03F8

Black with #7F03F8

Text Example


Text Example

White with #7F03F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F03F8; }

 p { color: rgb(127,3,248); }

 H1.HeaderClassName
 {
   color: #7F03F8;
 }
 .AnyTagClassName
 {
   color: #7F03F8;
 }
</style>

background-color css

<style>
 a { background-color: #7F03F8; }

 a { background-color: rgb(127,3,248); }

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

border-color css

<style>
 span { border-color: #7F03F8; }

 span { border-color: rgb(127,3,248); }

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