Html Css Color HEX #751CFF Electric Indigo

📋 copy color: '#751CFF'

red 117 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #751CFF

Tints of Electric Indigo #751CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

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

R = 29.25%
G = 7%
B = 63.75%

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

#751CFF (or 0x751CFF) is known color: Electric Indigo. HEX triplet: 75, 1C and FF. RGB value is (117,28,255). Sum of RGB (Red+Green+Blue) = 117+28+255=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #751CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFF is #8AE300. Grayscale: #4F4F4F. Windows color (decimal): -9102081 or 16718965. OLE color: 16718965.

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

Color convert

RGB 117 28 255 -
CMYK 0.54 0.89 0 0
HSL 263.52º 1% 0.55% -
HSV(B) 263.52º 0.89% 1% -
XYZ 25.8 11.83 95.53 -
YUV 80.49 226.49 154.04 -
System Red Green Blue C M Y K H S L
Decimal 117 28 255 0.54 0.89 0 0 263.52 1 0.55
Hex 75 1C FF 36 59 0 0 108 64 37
Octal 165 34 377 66 131 0 0 410 144 67
Binary 1110101 11100 11111111 110110 1011001 0 0 100001000 1100100 110111

Color Harmonies of #751CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CFF

Black with #751CFF

Text Example


Text Example

White with #751CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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