Html Css Color HEX #6003AD Indigo

📋 copy color: '#6003AD'

red 96 ◦ green 3 ◦ blue 173

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

Shades of Indigo #6003AD

Tints of Indigo #6003AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 35.29%
G = 1.1%
B = 63.6%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6003AD (or 0x6003AD) is known color: Indigo. HEX triplet: 60, 03 and AD. RGB value is (96,3,173). Sum of RGB (Red+Green+Blue) = 96+3+173=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #6003AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6003AD is #9FFC52. Grayscale: #313131. Windows color (decimal): -10484819 or 11338592. OLE color: 11338592.

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

Color convert

RGB 96 3 173 -
CMYK 0.45 0.98 0 0.32
HSL 272.82º 0.97% 0.35% -
HSV(B) 272.82º 0.98% 0.68% -
XYZ 12.4 5.57 39.96 -
YUV 50.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 96 3 173 0.45 0.98 0 0.32 272.82 0.97 0.35
Hex 60 3 AD 2D 62 0 20 111 61 23
Octal 140 3 255 55 142 0 40 421 141 43
Binary 1100000 11 10101101 101101 1100010 0 100000 100010001 1100001 100011

Color Harmonies of #6003AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003AD

Black with #6003AD

Text Example


Text Example

White with #6003AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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