Html Css Color HEX #6502AD Indigo

📋 copy color: '#6502AD'

red 101 ◦ green 2 ◦ blue 173

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

Shades of Indigo #6502AD

Tints of Indigo #6502AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 36.59%
G = 0.72%
B = 62.68%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6502AD (or 0x6502AD) is known color: Indigo. HEX triplet: 65, 02 and AD. RGB value is (101,2,173). Sum of RGB (Red+Green+Blue) = 101+2+173=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6502AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6502AD is #9AFD52. Grayscale: #323232. Windows color (decimal): -10157395 or 11338341. OLE color: 11338341.

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

Color convert

RGB 101 2 173 -
CMYK 0.42 0.99 0 0.32
HSL 274.74º 0.98% 0.34% -
HSV(B) 274.74º 0.99% 0.68% -
XYZ 12.93 5.83 39.98 -
YUV 51.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 101 2 173 0.42 0.99 0 0.32 274.74 0.98 0.34
Hex 65 2 AD 2A 63 0 20 113 62 22
Octal 145 2 255 52 143 0 40 423 142 42
Binary 1100101 10 10101101 101010 1100011 0 100000 100010011 1100010 100010

Color Harmonies of #6502AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502AD

Black with #6502AD

Text Example


Text Example

White with #6502AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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