Html Css Color HEX #760FFB Electric Indigo

📋 copy color: '#760FFB'

red 118 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #760FFB

Tints of Electric Indigo #760FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 30.73%
G = 3.91%
B = 65.36%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#760FFB (or 0x760FFB) is known color: Electric Indigo. HEX triplet: 76, 0F and FB. RGB value is (118,15,251). Sum of RGB (Red+Green+Blue) = 118+15+251=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #760FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFB is #89F004. Grayscale: #474747. Windows color (decimal): -9039877 or 16453494. OLE color: 16453494.

HSL color Cylindrical-coordinate representation of color #760FFB: hue angle of 266.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FFB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 15 251 -
CMYK 0.53 0.94 0 0.02
HSL 266.19º 0.97% 0.52% -
HSV(B) 266.19º 0.94% 0.98% -
XYZ 25.05 11.16 92.1 -
YUV 72.7 228.62 160.31 -
System Red Green Blue C M Y K H S L
Decimal 118 15 251 0.53 0.94 0 0.02 266.19 0.97 0.52
Hex 76 F FB 35 5E 0 2 10A 61 34
Octal 166 17 373 65 136 0 2 412 141 64
Binary 1110110 1111 11111011 110101 1011110 0 10 100001010 1100001 110100

Color Harmonies of #760FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FFB

Black with #760FFB

Text Example


Text Example

White with #760FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,251); }

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

background-color css

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

 a { background-color: rgb(118,15,251); }

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

border-color css

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

 span { border-color: rgb(118,15,251); }

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