Html Css Color HEX #751EFB Electric Indigo

📋 copy color: '#751EFB'

red 117 ◦ green 30 ◦ blue 251

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

Shades of Electric Indigo #751EFB

Tints of Electric Indigo #751EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 29.4%
G = 7.54%
B = 63.07%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#751EFB (or 0x751EFB) is known color: Electric Indigo. HEX triplet: 75, 1E and FB. RGB value is (117,30,251). Sum of RGB (Red+Green+Blue) = 117+30+251=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #751EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EFB is #8AE104. Grayscale: #505050. Windows color (decimal): -9101573 or 16457333. OLE color: 16457333.

HSL color Cylindrical-coordinate representation of color #751EFB: hue angle of 263.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751EFB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 30 251 -
CMYK 0.53 0.88 0 0.02
HSL 263.62º 0.97% 0.55% -
HSV(B) 263.62º 0.88% 0.98% -
XYZ 25.21 11.68 92.19 -
YUV 81.21 223.82 153.53 -
System Red Green Blue C M Y K H S L
Decimal 117 30 251 0.53 0.88 0 0.02 263.62 0.97 0.55
Hex 75 1E FB 35 58 0 2 108 61 37
Octal 165 36 373 65 130 0 2 410 141 67
Binary 1110101 11110 11111011 110101 1011000 0 10 100001000 1100001 110111

Color Harmonies of #751EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EFB

Black with #751EFB

Text Example


Text Example

White with #751EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,251); }

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

background-color css

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

 a { background-color: rgb(117,30,251); }

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

border-color css

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

 span { border-color: rgb(117,30,251); }

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