Html Css Color HEX #750DF8 Electric Indigo

📋 copy color: '#750DF8'

red 117 ◦ green 13 ◦ blue 248

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

Shades of Electric Indigo #750DF8

Tints of Electric Indigo #750DF8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 248 (97.27% from 255) = 65.61%

R = 30.95%
G = 3.44%
B = 65.61%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#750DF8 (or 0x750DF8) is known color: Electric Indigo. HEX triplet: 75, 0D and F8. RGB value is (117,13,248). Sum of RGB (Red+Green+Blue) = 117+13+248=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #750DF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750DF8 is #8AF207. Grayscale: #464646. Windows color (decimal): -9105928 or 16256373. OLE color: 16256373.

HSL color Cylindrical-coordinate representation of color #750DF8: hue angle of 266.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750DF8 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 13 248 -
CMYK 0.53 0.95 0 0.03
HSL 266.55º 0.94% 0.51% -
HSV(B) 266.55º 0.95% 0.97% -
XYZ 24.42 10.85 89.61 -
YUV 70.89 227.96 160.89 -
System Red Green Blue C M Y K H S L
Decimal 117 13 248 0.53 0.95 0 0.03 266.55 0.94 0.51
Hex 75 D F8 35 5F 0 3 10B 5E 33
Octal 165 15 370 65 137 0 3 413 136 63
Binary 1110101 1101 11111000 110101 1011111 0 11 100001011 1011110 110011

Color Harmonies of #750DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DF8

Black with #750DF8

Text Example


Text Example

White with #750DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,13,248); }

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

background-color css

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

 a { background-color: rgb(117,13,248); }

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

border-color css

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

 span { border-color: rgb(117,13,248); }

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