Html Css Color HEX #7500FD Electric Indigo

📋 copy color: '#7500FD'

red 117 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #7500FD

Tints of Electric Indigo #7500FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 31.62%
G = 0%
B = 68.38%

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

#7500FD (or 0x7500FD) is known color: Electric Indigo. HEX triplet: 75, 00 and FD. RGB value is (117,0,253). Sum of RGB (Red+Green+Blue) = 117+0+253=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #7500FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500FD is #8AFF02. Grayscale: #3E3E3E. Windows color (decimal): -9109251 or 16580725. OLE color: 16580725.

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

Color convert

RGB 117 0 253 -
CMYK 0.54 1 0 0.01
HSL 267.75º 1% 0.5% -
HSV(B) 267.75º 1% 0.99% -
XYZ 25.07 10.87 93.71 -
YUV 63.83 234.76 165.93 -
System Red Green Blue C M Y K H S L
Decimal 117 0 253 0.54 1 0 0.01 267.75 1 0.5
Hex 75 0 FD 36 64 0 1 10C 64 32
Octal 165 0 375 66 144 0 1 414 144 62
Binary 1110101 0 11111101 110110 1100100 0 1 100001100 1100100 110010

Color Harmonies of #7500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500FD

Black with #7500FD

Text Example


Text Example

White with #7500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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