Html Css Color HEX #751DFE Electric Indigo

📋 copy color: '#751DFE'

red 117 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #751DFE

Tints of Electric Indigo #751DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

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

R = 29.25%
G = 7.25%
B = 63.5%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#751DFE (or 0x751DFE) is known color: Electric Indigo. HEX triplet: 75, 1D and FE. RGB value is (117,29,254). Sum of RGB (Red+Green+Blue) = 117+29+254=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #751DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DFE is #8AE201. Grayscale: #505050. Windows color (decimal): -9101826 or 16653685. OLE color: 16653685.

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

Color convert

RGB 117 29 254 -
CMYK 0.54 0.89 0 0.00
HSL 263.47º 0.99% 0.55% -
HSV(B) 263.47º 0.89% 1% -
XYZ 25.66 11.82 94.69 -
YUV 80.96 225.65 153.7 -
System Red Green Blue C M Y K H S L
Decimal 117 29 254 0.54 0.89 0 0.00 263.47 0.99 0.55
Hex 75 1D FE 36 59 0 0 107 63 37
Octal 165 35 376 66 131 0 0 407 143 67
Binary 1110101 11101 11111110 110110 1011001 0 0 100000111 1100011 110111

Color Harmonies of #751DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DFE

Black with #751DFE

Text Example


Text Example

White with #751DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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