Html Css Color HEX #751DFF Electric Indigo

📋 copy color: '#751DFF'

red 117 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #751DFF

Tints of Electric Indigo #751DFF

RGB

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

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

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

R = 29.18%
G = 7.23%
B = 63.59%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#751DFF (or 0x751DFF) is known color: Electric Indigo. HEX triplet: 75, 1D and FF. RGB value is (117,29,255). Sum of RGB (Red+Green+Blue) = 117+29+255=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #751DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DFF is #8AE200. Grayscale: #505050. Windows color (decimal): -9101825 or 16719221. OLE color: 16719221.

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

Color convert

RGB 117 29 255 -
CMYK 0.54 0.89 0 0
HSL 263.36º 1% 0.56% -
HSV(B) 263.36º 0.89% 1% -
XYZ 25.83 11.88 95.54 -
YUV 81.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 117 29 255 0.54 0.89 0 0 263.36 1 0.56
Hex 75 1D FF 36 59 0 0 107 64 38
Octal 165 35 377 66 131 0 0 407 144 70
Binary 1110101 11101 11111111 110110 1011001 0 0 100000111 1100100 111000

Color Harmonies of #751DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DFF

Black with #751DFF

Text Example


Text Example

White with #751DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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