Html Css Color HEX #760DFC Electric Indigo

📋 copy color: '#760DFC'

red 118 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #760DFC

Tints of Electric Indigo #760DFC

RGB

 RED value IS 118 (46.48% from 255) = 30.81%

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

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

R = 30.81%
G = 3.39%
B = 65.8%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#760DFC (or 0x760DFC) is known color: Electric Indigo. HEX triplet: 76, 0D and FC. RGB value is (118,13,252). Sum of RGB (Red+Green+Blue) = 118+13+252=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #760DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760DFC is #89F203. Grayscale: #464646. Windows color (decimal): -9040388 or 16518518. OLE color: 16518518.

HSL color Cylindrical-coordinate representation of color #760DFC: hue angle of 266.36º 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 #760DFC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 13 252 -
CMYK 0.53 0.95 0 0.01
HSL 266.36º 0.98% 0.52% -
HSV(B) 266.36º 0.95% 0.99% -
XYZ 25.19 11.17 92.92 -
YUV 71.64 229.79 161.07 -
System Red Green Blue C M Y K H S L
Decimal 118 13 252 0.53 0.95 0 0.01 266.36 0.98 0.52
Hex 76 D FC 35 5F 0 1 10A 62 34
Octal 166 15 374 65 137 0 1 412 142 64
Binary 1110110 1101 11111100 110101 1011111 0 1 100001010 1100010 110100

Color Harmonies of #760DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DFC

Black with #760DFC

Text Example


Text Example

White with #760DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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