Html Css Color HEX #6101AD Indigo

📋 copy color: '#6101AD'

red 97 ◦ green 1 ◦ blue 173

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

Shades of Indigo #6101AD

Tints of Indigo #6101AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 35.79%
G = 0.37%
B = 63.84%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6101AD (or 0x6101AD) is known color: Indigo. HEX triplet: 61, 01 and AD. RGB value is (97,1,173). Sum of RGB (Red+Green+Blue) = 97+1+173=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 1 (0.78% from 255 or 0.37% 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 #6101AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6101AD is #9EFE52. Grayscale: #303030. Windows color (decimal): -10419795 or 11338081. OLE color: 11338081.

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

Color convert

RGB 97 1 173 -
CMYK 0.44 0.99 0 0.32
HSL 273.49º 0.99% 0.34% -
HSV(B) 273.49º 0.99% 0.68% -
XYZ 12.48 5.58 39.95 -
YUV 49.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 97 1 173 0.44 0.99 0 0.32 273.49 0.99 0.34
Hex 61 1 AD 2C 63 0 20 111 63 22
Octal 141 1 255 54 143 0 40 421 143 42
Binary 1100001 1 10101101 101100 1100011 0 100000 100010001 1100011 100010

Color Harmonies of #6101AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101AD

Black with #6101AD

Text Example


Text Example

White with #6101AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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