Html Css Color HEX #751AF5 Electric Indigo

📋 copy color: '#751AF5'

red 117 ◦ green 26 ◦ blue 245

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

Shades of Electric Indigo #751AF5

Tints of Electric Indigo #751AF5

RGB

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

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

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

R = 30.15%
G = 6.7%
B = 63.14%

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

#751AF5 (or 0x751AF5) is known color: Electric Indigo. HEX triplet: 75, 1A and F5. RGB value is (117,26,245). Sum of RGB (Red+Green+Blue) = 117+26+245=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #751AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AF5 is #8AE50A. Grayscale: #4D4D4D. Windows color (decimal): -9102603 or 16063093. OLE color: 16063093.

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

Color convert

RGB 117 26 245 -
CMYK 0.52 0.89 0 0.04
HSL 264.93º 0.92% 0.53% -
HSV(B) 264.93º 0.89% 0.96% -
XYZ 24.19 11.11 87.26 -
YUV 78.18 222.15 155.69 -
System Red Green Blue C M Y K H S L
Decimal 117 26 245 0.52 0.89 0 0.04 264.93 0.92 0.53
Hex 75 1A F5 34 59 0 4 109 5C 35
Octal 165 32 365 64 131 0 4 411 134 65
Binary 1110101 11010 11110101 110100 1011001 0 100 100001001 1011100 110101

Color Harmonies of #751AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AF5

Black with #751AF5

Text Example


Text Example

White with #751AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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