Html Css Color HEX #6513FD Electric Indigo

📋 copy color: '#6513FD'

red 101 ◦ green 19 ◦ blue 253

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

Shades of Electric Indigo #6513FD

Tints of Electric Indigo #6513FD

RGB

 RED value IS 101 (39.84% from 255) = 27.08%

 GREEN value IS 19 (7.81% from 255) = 5.09%

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

R = 27.08%
G = 5.09%
B = 67.83%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6513FD (or 0x6513FD) is known color: Electric Indigo. HEX triplet: 65, 13 and FD. RGB value is (101,19,253). Sum of RGB (Red+Green+Blue) = 101+19+253=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #6513FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513FD is #9AEC02. Grayscale: #454545. Windows color (decimal): -10152963 or 16585573. OLE color: 16585573.

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

Color convert

RGB 101 19 253 -
CMYK 0.60 0.92 0 0.01
HSL 261.03º 0.98% 0.53% -
HSV(B) 261.03º 0.92% 0.99% -
XYZ 23.33 10.32 93.69 -
YUV 70.19 231.17 149.97 -
System Red Green Blue C M Y K H S L
Decimal 101 19 253 0.60 0.92 0 0.01 261.03 0.98 0.53
Hex 65 13 FD 3C 5C 0 1 105 62 35
Octal 145 23 375 74 134 0 1 405 142 65
Binary 1100101 10011 11111101 111100 1011100 0 1 100000101 1100010 110101

Color Harmonies of #6513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6513FD

Black with #6513FD

Text Example


Text Example

White with #6513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,19,253); }

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

background-color css

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

 a { background-color: rgb(101,19,253); }

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

border-color css

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

 span { border-color: rgb(101,19,253); }

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