Html Css Color HEX #7F03F9 Electric Indigo

📋 copy color: '#7F03F9'

red 127 ◦ green 3 ◦ blue 249

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

Shades of Electric Indigo #7F03F9

Tints of Electric Indigo #7F03F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 33.51%
G = 0.79%
B = 65.7%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F03F9 (or 0x7F03F9) is known color: Electric Indigo. HEX triplet: 7F, 03 and F9. RGB value is (127,3,249). Sum of RGB (Red+Green+Blue) = 127+3+249=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F03F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03F9 is #80FC06. Grayscale: #434343. Windows color (decimal): -8453127 or 16319359. OLE color: 16319359.

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

Color convert

RGB 127 3 249 -
CMYK 0.49 0.99 0 0.02
HSL 270.24º 0.98% 0.49% -
HSV(B) 270.24º 0.99% 0.98% -
XYZ 25.88 11.42 90.46 -
YUV 68.12 230.08 170 -
System Red Green Blue C M Y K H S L
Decimal 127 3 249 0.49 0.99 0 0.02 270.24 0.98 0.49
Hex 7F 3 F9 31 63 0 2 10E 62 31
Octal 177 3 371 61 143 0 2 416 142 61
Binary 1111111 11 11111001 110001 1100011 0 10 100001110 1100010 110001

Color Harmonies of #7F03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03F9

Black with #7F03F9

Text Example


Text Example

White with #7F03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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