Html Css Color HEX #750DFC Electric Indigo

📋 copy color: '#750DFC'

red 117 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #750DFC

Tints of Electric Indigo #750DFC

RGB

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

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

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

R = 30.63%
G = 3.4%
B = 65.97%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#750DFC (or 0x750DFC) is known color: Electric Indigo. HEX triplet: 75, 0D and FC. RGB value is (117,13,252). Sum of RGB (Red+Green+Blue) = 117+13+252=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #750DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750DFC is #8AF203. Grayscale: #464646. Windows color (decimal): -9105924 or 16518517. OLE color: 16518517.

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

Color convert

RGB 117 13 252 -
CMYK 0.54 0.95 0 0.01
HSL 266.11º 0.98% 0.52% -
HSV(B) 266.11º 0.95% 0.99% -
XYZ 25.05 11.1 92.92 -
YUV 71.34 229.96 160.57 -
System Red Green Blue C M Y K H S L
Decimal 117 13 252 0.54 0.95 0 0.01 266.11 0.98 0.52
Hex 75 D FC 36 5F 0 1 10A 62 34
Octal 165 15 374 66 137 0 1 412 142 64
Binary 1110101 1101 11111100 110110 1011111 0 1 100001010 1100010 110100

Color Harmonies of #750DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DFC

Black with #750DFC

Text Example


Text Example

White with #750DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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