Html Css Color HEX #7F00FB Electric Indigo

📋 copy color: '#7F00FB'

red 127 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #7F00FB

Tints of Electric Indigo #7F00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.6%
G = 0%
B = 66.4%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F00FB (or 0x7F00FB) is known color: Electric Indigo. HEX triplet: 7F, 00 and FB. RGB value is (127,0,251). Sum of RGB (Red+Green+Blue) = 127+0+251=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00FB is #80FF04. Grayscale: #414141. Windows color (decimal): -8453893 or 16449663. OLE color: 16449663.

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

Color convert

RGB 127 0 251 -
CMYK 0.49 1 0 0.02
HSL 270.36º 1% 0.49% -
HSV(B) 270.36º 1% 0.98% -
XYZ 26.16 11.48 92.1 -
YUV 66.59 232.08 171.09 -
System Red Green Blue C M Y K H S L
Decimal 127 0 251 0.49 1 0 0.02 270.36 1 0.49
Hex 7F 0 FB 31 64 0 2 10E 64 31
Octal 177 0 373 61 144 0 2 416 144 61
Binary 1111111 0 11111011 110001 1100100 0 10 100001110 1100100 110001

Color Harmonies of #7F00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00FB

Black with #7F00FB

Text Example


Text Example

White with #7F00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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