Html Css Color HEX #751EFC Electric Indigo

📋 copy color: '#751EFC'

red 117 ◦ green 30 ◦ blue 252

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

Shades of Electric Indigo #751EFC

Tints of Electric Indigo #751EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 29.32%
G = 7.52%
B = 63.16%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#751EFC (or 0x751EFC) is known color: Electric Indigo. HEX triplet: 75, 1E and FC. RGB value is (117,30,252). Sum of RGB (Red+Green+Blue) = 117+30+252=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #751EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EFC is #8AE103. Grayscale: #505050. Windows color (decimal): -9101572 or 16522869. OLE color: 16522869.

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

Color convert

RGB 117 30 252 -
CMYK 0.54 0.88 0 0.01
HSL 263.51º 0.97% 0.55% -
HSV(B) 263.51º 0.88% 0.99% -
XYZ 25.37 11.74 93.02 -
YUV 81.32 224.32 153.45 -
System Red Green Blue C M Y K H S L
Decimal 117 30 252 0.54 0.88 0 0.01 263.51 0.97 0.55
Hex 75 1E FC 36 58 0 1 108 61 37
Octal 165 36 374 66 130 0 1 410 141 67
Binary 1110101 11110 11111100 110110 1011000 0 1 100001000 1100001 110111

Color Harmonies of #751EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EFC

Black with #751EFC

Text Example


Text Example

White with #751EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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