Html Css Color HEX #751AFF Electric Indigo

📋 copy color: '#751AFF'

red 117 ◦ green 26 ◦ blue 255

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

Shades of Electric Indigo #751AFF

Tints of Electric Indigo #751AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 29.4%
G = 6.53%
B = 64.07%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#751AFF (or 0x751AFF) is known color: Electric Indigo. HEX triplet: 75, 1A and FF. RGB value is (117,26,255). Sum of RGB (Red+Green+Blue) = 117+26+255=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #751AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AFF is #8AE500. Grayscale: #4E4E4E. Windows color (decimal): -9102593 or 16718453. OLE color: 16718453.

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

Color convert

RGB 117 26 255 -
CMYK 0.54 0.90 0 0
HSL 263.84º 1% 0.55% -
HSV(B) 263.84º 0.9% 1% -
XYZ 25.76 11.74 95.52 -
YUV 79.32 227.15 154.88 -
System Red Green Blue C M Y K H S L
Decimal 117 26 255 0.54 0.90 0 0 263.84 1 0.55
Hex 75 1A FF 36 5A 0 0 108 64 37
Octal 165 32 377 66 132 0 0 410 144 67
Binary 1110101 11010 11111111 110110 1011010 0 0 100001000 1100100 110111

Color Harmonies of #751AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AFF

Black with #751AFF

Text Example


Text Example

White with #751AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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