Html Css Color HEX #6002AD Indigo

📋 copy color: '#6002AD'

red 96 ◦ green 2 ◦ blue 173

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

Shades of Indigo #6002AD

Tints of Indigo #6002AD

RGB

 RED value IS 96 (37.89% from 255) = 35.42%

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

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

R = 35.42%
G = 0.74%
B = 63.84%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6002AD (or 0x6002AD) is known color: Indigo. HEX triplet: 60, 02 and AD. RGB value is (96,2,173). Sum of RGB (Red+Green+Blue) = 96+2+173=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #6002AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002AD is #9FFD52. Grayscale: #313131. Windows color (decimal): -10485075 or 11338336. OLE color: 11338336.

HSL color Cylindrical-coordinate representation of color #6002AD: hue angle of 272.98º 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 #6002AD is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 2 173 -
CMYK 0.45 0.99 0 0.32
HSL 272.98º 0.98% 0.34% -
HSV(B) 272.98º 0.99% 0.68% -
XYZ 12.39 5.55 39.95 -
YUV 49.6 197.64 161.1 -
System Red Green Blue C M Y K H S L
Decimal 96 2 173 0.45 0.99 0 0.32 272.98 0.98 0.34
Hex 60 2 AD 2D 63 0 20 111 62 22
Octal 140 2 255 55 143 0 40 421 142 42
Binary 1100000 10 10101101 101101 1100011 0 100000 100010001 1100010 100010

Color Harmonies of #6002AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002AD

Black with #6002AD

Text Example


Text Example

White with #6002AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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