Html Css Color HEX #750FFC Electric Indigo

📋 copy color: '#750FFC'

red 117 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #750FFC

Tints of Electric Indigo #750FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

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

R = 30.47%
G = 3.91%
B = 65.63%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#750FFC (or 0x750FFC) is known color: Electric Indigo. HEX triplet: 75, 0F and FC. RGB value is (117,15,252). Sum of RGB (Red+Green+Blue) = 117+15+252=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #750FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FFC is #8AF003. Grayscale: #474747. Windows color (decimal): -9105412 or 16519029. OLE color: 16519029.

HSL color Cylindrical-coordinate representation of color #750FFC: hue angle of 265.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 15 252 -
CMYK 0.54 0.94 0 0.01
HSL 265.82º 0.98% 0.52% -
HSV(B) 265.82º 0.94% 0.99% -
XYZ 25.08 11.15 92.93 -
YUV 72.52 229.29 159.73 -
System Red Green Blue C M Y K H S L
Decimal 117 15 252 0.54 0.94 0 0.01 265.82 0.98 0.52
Hex 75 F FC 36 5E 0 1 10A 62 34
Octal 165 17 374 66 136 0 1 412 142 64
Binary 1110101 1111 11111100 110110 1011110 0 1 100001010 1100010 110100

Color Harmonies of #750FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FFC

Black with #750FFC

Text Example


Text Example

White with #750FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750FFC; }

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

 H1.HeaderClassName
 {
   color: #750FFC;
 }
 .AnyTagClassName
 {
   color: #750FFC;
 }
</style>

background-color css

<style>
 a { background-color: #750FFC; }

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

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

border-color css

<style>
 span { border-color: #750FFC; }

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

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