Html Css Color HEX #6502D5 Electric Indigo

📋 copy color: '#6502D5'

red 101 ◦ green 2 ◦ blue 213

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

Shades of Electric Indigo #6502D5

Tints of Electric Indigo #6502D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 213 (83.59% from 255) = 67.41%

R = 31.96%
G = 0.63%
B = 67.41%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6502D5 (or 0x6502D5) is known color: Electric Indigo. HEX triplet: 65, 02 and D5. RGB value is (101,2,213). Sum of RGB (Red+Green+Blue) = 101+2+213=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #6502D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502D5 is #9AFD2A. Grayscale: #363636. Windows color (decimal): -10157355 or 13959781. OLE color: 13959781.

HSL color Cylindrical-coordinate representation of color #6502D5: hue angle of 268.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502D5 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 2 213 -
CMYK 0.53 0.99 0 0.16
HSL 268.15º 0.98% 0.42% -
HSV(B) 268.15º 0.99% 0.84% -
XYZ 17.4 7.61 63.5 -
YUV 55.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 101 2 213 0.53 0.99 0 0.16 268.15 0.98 0.42
Hex 65 2 D5 35 63 0 10 10C 62 2A
Octal 145 2 325 65 143 0 20 414 142 52
Binary 1100101 10 11010101 110101 1100011 0 10000 100001100 1100010 101010

Color Harmonies of #6502D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502D5

Black with #6502D5

Text Example


Text Example

White with #6502D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6502D5; }

 p { color: rgb(101,2,213); }

 H1.HeaderClassName
 {
   color: #6502D5;
 }
 .AnyTagClassName
 {
   color: #6502D5;
 }
</style>

background-color css

<style>
 a { background-color: #6502D5; }

 a { background-color: rgb(101,2,213); }

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

border-color css

<style>
 span { border-color: #6502D5; }

 span { border-color: rgb(101,2,213); }

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