Html Css Color HEX #7F02FB Electric Indigo

📋 copy color: '#7F02FB'

red 127 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #7F02FB

Tints of Electric Indigo #7F02FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 33.42%
G = 0.53%
B = 66.05%

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

#7F02FB (or 0x7F02FB) is known color: Electric Indigo. HEX triplet: 7F, 02 and FB. RGB value is (127,2,251). Sum of RGB (Red+Green+Blue) = 127+2+251=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F02FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F02FB is #80FD04. Grayscale: #424242. Windows color (decimal): -8453381 or 16450175. OLE color: 16450175.

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

Color convert

RGB 127 2 251 -
CMYK 0.49 0.99 0 0.02
HSL 270.12º 0.98% 0.5% -
HSV(B) 270.12º 0.99% 0.98% -
XYZ 26.19 11.52 92.11 -
YUV 67.76 231.41 170.25 -
System Red Green Blue C M Y K H S L
Decimal 127 2 251 0.49 0.99 0 0.02 270.12 0.98 0.5
Hex 7F 2 FB 31 63 0 2 10E 62 32
Octal 177 2 373 61 143 0 2 416 142 62
Binary 1111111 10 11111011 110001 1100011 0 10 100001110 1100010 110010

Color Harmonies of #7F02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F02FB

Black with #7F02FB

Text Example


Text Example

White with #7F02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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