Html Css Color HEX #6103AD Indigo

📋 copy color: '#6103AD'

red 97 ◦ green 3 ◦ blue 173

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

Shades of Indigo #6103AD

Tints of Indigo #6103AD

RGB

 RED value IS 97 (38.28% from 255) = 35.53%

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

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

R = 35.53%
G = 1.1%
B = 63.37%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6103AD (or 0x6103AD) is known color: Indigo. HEX triplet: 61, 03 and AD. RGB value is (97,3,173). Sum of RGB (Red+Green+Blue) = 97+3+173=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #6103AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103AD is #9EFC52. Grayscale: #313131. Windows color (decimal): -10419283 or 11338593. OLE color: 11338593.

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

Color convert

RGB 97 3 173 -
CMYK 0.44 0.98 0 0.32
HSL 273.18º 0.97% 0.35% -
HSV(B) 273.18º 0.98% 0.68% -
XYZ 12.51 5.62 39.96 -
YUV 50.49 197.14 161.18 -
System Red Green Blue C M Y K H S L
Decimal 97 3 173 0.44 0.98 0 0.32 273.18 0.97 0.35
Hex 61 3 AD 2C 62 0 20 111 61 23
Octal 141 3 255 54 142 0 40 421 141 43
Binary 1100001 11 10101101 101100 1100010 0 100000 100010001 1100001 100011

Color Harmonies of #6103AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103AD

Black with #6103AD

Text Example


Text Example

White with #6103AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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