Html Css Color HEX #751BFD Electric Indigo

📋 copy color: '#751BFD'

red 117 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #751BFD

Tints of Electric Indigo #751BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

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

R = 29.47%
G = 6.8%
B = 63.73%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#751BFD (or 0x751BFD) is known color: Electric Indigo. HEX triplet: 75, 1B and FD. RGB value is (117,27,253). Sum of RGB (Red+Green+Blue) = 117+27+253=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #751BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751BFD is #8AE402. Grayscale: #4E4E4E. Windows color (decimal): -9102339 or 16587637. OLE color: 16587637.

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

Color convert

RGB 117 27 253 -
CMYK 0.54 0.89 0 0.01
HSL 263.89º 0.98% 0.55% -
HSV(B) 263.89º 0.89% 0.99% -
XYZ 25.46 11.66 93.84 -
YUV 79.67 225.82 154.62 -
System Red Green Blue C M Y K H S L
Decimal 117 27 253 0.54 0.89 0 0.01 263.89 0.98 0.55
Hex 75 1B FD 36 59 0 1 108 62 37
Octal 165 33 375 66 131 0 1 410 142 67
Binary 1110101 11011 11111101 110110 1011001 0 1 100001000 1100010 110111

Color Harmonies of #751BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BFD

Black with #751BFD

Text Example


Text Example

White with #751BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751BFD; }

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

 H1.HeaderClassName
 {
   color: #751BFD;
 }
 .AnyTagClassName
 {
   color: #751BFD;
 }
</style>

background-color css

<style>
 a { background-color: #751BFD; }

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

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

border-color css

<style>
 span { border-color: #751BFD; }

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

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