Html Css Color HEX #750BFF Electric Indigo

📋 copy color: '#750BFF'

red 117 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #750BFF

Tints of Electric Indigo #750BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

 BLUE value IS 255 (100% from 255) = 66.58%

R = 30.55%
G = 2.87%
B = 66.58%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#750BFF (or 0x750BFF) is known color: Electric Indigo. HEX triplet: 75, 0B and FF. RGB value is (117,11,255). Sum of RGB (Red+Green+Blue) = 117+11+255=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #750BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BFF is #8AF400. Grayscale: #454545. Windows color (decimal): -9106433 or 16714613. OLE color: 16714613.

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

Color convert

RGB 117 11 255 -
CMYK 0.54 0.96 0 0
HSL 266.07º 1% 0.52% -
HSV(B) 266.07º 0.96% 1% -
XYZ 25.51 11.24 95.43 -
YUV 70.51 232.12 161.16 -
System Red Green Blue C M Y K H S L
Decimal 117 11 255 0.54 0.96 0 0 266.07 1 0.52
Hex 75 B FF 36 60 0 0 10A 64 34
Octal 165 13 377 66 140 0 0 412 144 64
Binary 1110101 1011 11111111 110110 1100000 0 0 100001010 1100100 110100

Color Harmonies of #750BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BFF

Black with #750BFF

Text Example


Text Example

White with #750BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,255); }

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

background-color css

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

 a { background-color: rgb(117,11,255); }

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

border-color css

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

 span { border-color: rgb(117,11,255); }

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