Html Css Color HEX #751FFF Electric Indigo

📋 copy color: '#751FFF'

red 117 ◦ green 31 ◦ blue 255

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

Shades of Electric Indigo #751FFF

Tints of Electric Indigo #751FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 29.03%
G = 7.69%
B = 63.28%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#751FFF (or 0x751FFF) is known color: Electric Indigo. HEX triplet: 75, 1F and FF. RGB value is (117,31,255). Sum of RGB (Red+Green+Blue) = 117+31+255=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #751FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751FFF is #8AE000. Grayscale: #515151. Windows color (decimal): -9101313 or 16719733. OLE color: 16719733.

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

Color convert

RGB 117 31 255 -
CMYK 0.54 0.88 0 0
HSL 263.04º 1% 0.56% -
HSV(B) 263.04º 0.88% 1% -
XYZ 25.88 11.98 95.56 -
YUV 82.25 225.49 152.79 -
System Red Green Blue C M Y K H S L
Decimal 117 31 255 0.54 0.88 0 0 263.04 1 0.56
Hex 75 1F FF 36 58 0 0 107 64 38
Octal 165 37 377 66 130 0 0 407 144 70
Binary 1110101 11111 11111111 110110 1011000 0 0 100000111 1100100 111000

Color Harmonies of #751FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FFF

Black with #751FFF

Text Example


Text Example

White with #751FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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