Html Css Color HEX #750FF3 Electric Indigo

📋 copy color: '#750FF3'

red 117 ◦ green 15 ◦ blue 243

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

Shades of Electric Indigo #750FF3

Tints of Electric Indigo #750FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.8%

R = 31.2%
G = 4%
B = 64.8%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#750FF3 (or 0x750FF3) is known color: Electric Indigo. HEX triplet: 75, 0F and F3. RGB value is (117,15,243). Sum of RGB (Red+Green+Blue) = 117+15+243=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #750FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FF3 is #8AF00C. Grayscale: #464646. Windows color (decimal): -9105421 or 15929205. OLE color: 15929205.

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

Color convert

RGB 117 15 243 -
CMYK 0.52 0.94 0 0.05
HSL 266.84º 0.9% 0.51% -
HSV(B) 266.84º 0.94% 0.95% -
XYZ 23.68 10.59 85.59 -
YUV 71.49 224.79 160.46 -
System Red Green Blue C M Y K H S L
Decimal 117 15 243 0.52 0.94 0 0.05 266.84 0.9 0.51
Hex 75 F F3 34 5E 0 5 10B 5A 33
Octal 165 17 363 64 136 0 5 413 132 63
Binary 1110101 1111 11110011 110100 1011110 0 101 100001011 1011010 110011

Color Harmonies of #750FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FF3

Black with #750FF3

Text Example


Text Example

White with #750FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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