Html Css Color HEX #7500FC Electric Indigo

📋 copy color: '#7500FC'

red 117 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #7500FC

Tints of Electric Indigo #7500FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.71%
G = 0%
B = 68.29%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7500FC (or 0x7500FC) is known color: Electric Indigo. HEX triplet: 75, 00 and FC. RGB value is (117,0,252). Sum of RGB (Red+Green+Blue) = 117+0+252=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #7500FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500FC is #8AFF03. Grayscale: #3E3E3E. Windows color (decimal): -9109252 or 16515189. OLE color: 16515189.

HSL color Cylindrical-coordinate representation of color #7500FC: hue angle of 267.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500FC is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 0 252 -
CMYK 0.54 1 0 0.01
HSL 267.86º 1% 0.49% -
HSV(B) 267.86º 1% 0.99% -
XYZ 24.91 10.81 92.87 -
YUV 63.71 234.26 166.01 -
System Red Green Blue C M Y K H S L
Decimal 117 0 252 0.54 1 0 0.01 267.86 1 0.49
Hex 75 0 FC 36 64 0 1 10C 64 31
Octal 165 0 374 66 144 0 1 414 144 61
Binary 1110101 0 11111100 110110 1100100 0 1 100001100 1100100 110001

Color Harmonies of #7500FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500FC

Black with #7500FC

Text Example


Text Example

White with #7500FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7500FC; }

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

 H1.HeaderClassName
 {
   color: #7500FC;
 }
 .AnyTagClassName
 {
   color: #7500FC;
 }
</style>

background-color css

<style>
 a { background-color: #7500FC; }

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

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

border-color css

<style>
 span { border-color: #7500FC; }

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

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