Html Css Color HEX #7F0BFC Electric Indigo

📋 copy color: '#7F0BFC'

red 127 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #7F0BFC

Tints of Electric Indigo #7F0BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.82%

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 32.56%
G = 2.82%
B = 64.62%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F0BFC (or 0x7F0BFC) is known color: Electric Indigo. HEX triplet: 7F, 0B and FC. RGB value is (127,11,252). Sum of RGB (Red+Green+Blue) = 127+11+252=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0BFC is #80F403. Grayscale: #484848. Windows color (decimal): -8451076 or 16518015. OLE color: 16518015.

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

Color convert

RGB 127 11 252 -
CMYK 0.50 0.96 0 0.01
HSL 268.88º 0.98% 0.52% -
HSV(B) 268.88º 0.96% 0.99% -
XYZ 26.44 11.78 92.98 -
YUV 73.16 228.93 166.4 -
System Red Green Blue C M Y K H S L
Decimal 127 11 252 0.50 0.96 0 0.01 268.88 0.98 0.52
Hex 7F B FC 32 60 0 1 10D 62 34
Octal 177 13 374 62 140 0 1 415 142 64
Binary 1111111 1011 11111100 110010 1100000 0 1 100001101 1100010 110100

Color Harmonies of #7F0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BFC

Black with #7F0BFC

Text Example


Text Example

White with #7F0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,11,252); }

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

background-color css

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

 a { background-color: rgb(127,11,252); }

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

border-color css

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

 span { border-color: rgb(127,11,252); }

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