Html Css Color HEX #750FFB Electric Indigo

📋 copy color: '#750FFB'

red 117 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #750FFB

Tints of Electric Indigo #750FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 30.55%
G = 3.92%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#750FFB (or 0x750FFB) is known color: Electric Indigo. HEX triplet: 75, 0F and FB. RGB value is (117,15,251). Sum of RGB (Red+Green+Blue) = 117+15+251=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #750FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FFB is #8AF004. Grayscale: #474747. Windows color (decimal): -9105413 or 16453493. OLE color: 16453493.

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

Color convert

RGB 117 15 251 -
CMYK 0.53 0.94 0 0.02
HSL 265.93º 0.97% 0.52% -
HSV(B) 265.93º 0.94% 0.98% -
XYZ 24.92 11.09 92.09 -
YUV 72.4 228.79 159.81 -
System Red Green Blue C M Y K H S L
Decimal 117 15 251 0.53 0.94 0 0.02 265.93 0.97 0.52
Hex 75 F FB 35 5E 0 2 10A 61 34
Octal 165 17 373 65 136 0 2 412 141 64
Binary 1110101 1111 11111011 110101 1011110 0 10 100001010 1100001 110100

Color Harmonies of #750FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FFB

Black with #750FFB

Text Example


Text Example

White with #750FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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