Html Css Color HEX #7505FD Electric Indigo

📋 copy color: '#7505FD'

red 117 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #7505FD

Tints of Electric Indigo #7505FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 31.2%
G = 1.33%
B = 67.47%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7505FD (or 0x7505FD) is known color: Electric Indigo. HEX triplet: 75, 05 and FD. RGB value is (117,5,253). Sum of RGB (Red+Green+Blue) = 117+5+253=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #7505FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505FD is #8AFA02. Grayscale: #414141. Windows color (decimal): -9107971 or 16582005. OLE color: 16582005.

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

Color convert

RGB 117 5 253 -
CMYK 0.54 0.98 0 0.01
HSL 267.1º 0.98% 0.51% -
HSV(B) 267.1º 0.98% 0.99% -
XYZ 25.12 10.98 93.72 -
YUV 66.76 233.11 163.83 -
System Red Green Blue C M Y K H S L
Decimal 117 5 253 0.54 0.98 0 0.01 267.1 0.98 0.51
Hex 75 5 FD 36 62 0 1 10B 62 33
Octal 165 5 375 66 142 0 1 413 142 63
Binary 1110101 101 11111101 110110 1100010 0 1 100001011 1100010 110011

Color Harmonies of #7505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505FD

Black with #7505FD

Text Example


Text Example

White with #7505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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