Html Css Color HEX #7F02FA Electric Indigo

📋 copy color: '#7F02FA'

red 127 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #7F02FA

Tints of Electric Indigo #7F02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 33.51%
G = 0.53%
B = 65.96%

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

#7F02FA (or 0x7F02FA) is known color: Electric Indigo. HEX triplet: 7F, 02 and FA. RGB value is (127,2,250). Sum of RGB (Red+Green+Blue) = 127+2+250=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F02FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F02FA is #80FD05. Grayscale: #424242. Windows color (decimal): -8453382 or 16384639. OLE color: 16384639.

HSL color Cylindrical-coordinate representation of color #7F02FA: 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 #7F02FA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 2 250 -
CMYK 0.49 0.99 0 0.02
HSL 270.24º 0.98% 0.49% -
HSV(B) 270.24º 0.99% 0.98% -
XYZ 26.03 11.46 91.28 -
YUV 67.65 230.91 170.33 -
System Red Green Blue C M Y K H S L
Decimal 127 2 250 0.49 0.99 0 0.02 270.24 0.98 0.49
Hex 7F 2 FA 31 63 0 2 10E 62 31
Octal 177 2 372 61 143 0 2 416 142 61
Binary 1111111 10 11111010 110001 1100011 0 10 100001110 1100010 110001

Color Harmonies of #7F02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F02FA

Black with #7F02FA

Text Example


Text Example

White with #7F02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,250); }

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

background-color css

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

 a { background-color: rgb(127,2,250); }

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

border-color css

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

 span { border-color: rgb(127,2,250); }

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