Html Css Color HEX #751FFE Electric Indigo

📋 copy color: '#751FFE'

red 117 ◦ green 31 ◦ blue 254

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

Shades of Electric Indigo #751FFE

Tints of Electric Indigo #751FFE

RGB

 RED value IS 117 (46.09% from 255) = 29.1%

 GREEN value IS 31 (12.5% from 255) = 7.71%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 29.1%
G = 7.71%
B = 63.18%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#751FFE (or 0x751FFE) is known color: Electric Indigo. HEX triplet: 75, 1F and FE. RGB value is (117,31,254). Sum of RGB (Red+Green+Blue) = 117+31+254=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #751FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751FFE is #8AE001. Grayscale: #515151. Windows color (decimal): -9101314 or 16654197. OLE color: 16654197.

HSL color Cylindrical-coordinate representation of color #751FFE: hue angle of 263.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751FFE is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 31 254 -
CMYK 0.54 0.88 0 0.00
HSL 263.14º 0.99% 0.56% -
HSV(B) 263.14º 0.88% 1% -
XYZ 25.72 11.92 94.71 -
YUV 82.14 224.99 152.87 -
System Red Green Blue C M Y K H S L
Decimal 117 31 254 0.54 0.88 0 0.00 263.14 0.99 0.56
Hex 75 1F FE 36 58 0 0 107 63 38
Octal 165 37 376 66 130 0 0 407 143 70
Binary 1110101 11111 11111110 110110 1011000 0 0 100000111 1100011 111000

Color Harmonies of #751FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FFE

Black with #751FFE

Text Example


Text Example

White with #751FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751FFE; }

 p { color: rgb(117,31,254); }

 H1.HeaderClassName
 {
   color: #751FFE;
 }
 .AnyTagClassName
 {
   color: #751FFE;
 }
</style>

background-color css

<style>
 a { background-color: #751FFE; }

 a { background-color: rgb(117,31,254); }

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

border-color css

<style>
 span { border-color: #751FFE; }

 span { border-color: rgb(117,31,254); }

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