Html Css Color HEX #751CF5 Electric Indigo

📋 copy color: '#751CF5'

red 117 ◦ green 28 ◦ blue 245

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

Shades of Electric Indigo #751CF5

Tints of Electric Indigo #751CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.82%

R = 30%
G = 7.18%
B = 62.82%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#751CF5 (or 0x751CF5) is known color: Electric Indigo. HEX triplet: 75, 1C and F5. RGB value is (117,28,245). Sum of RGB (Red+Green+Blue) = 117+28+245=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #751CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CF5 is #8AE30A. Grayscale: #4E4E4E. Windows color (decimal): -9102091 or 16063605. OLE color: 16063605.

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

Color convert

RGB 117 28 245 -
CMYK 0.52 0.89 0 0.04
HSL 264.61º 0.92% 0.54% -
HSV(B) 264.61º 0.89% 0.96% -
XYZ 24.23 11.2 87.27 -
YUV 79.35 221.49 154.86 -
System Red Green Blue C M Y K H S L
Decimal 117 28 245 0.52 0.89 0 0.04 264.61 0.92 0.54
Hex 75 1C F5 34 59 0 4 109 5C 36
Octal 165 34 365 64 131 0 4 411 134 66
Binary 1110101 11100 11110101 110100 1011001 0 100 100001001 1011100 110110

Color Harmonies of #751CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CF5

Black with #751CF5

Text Example


Text Example

White with #751CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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