Html Css Color HEX #6001AB Indigo

📋 copy color: '#6001AB'

red 96 ◦ green 1 ◦ blue 171

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

Shades of Indigo #6001AB

Tints of Indigo #6001AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 35.82%
G = 0.37%
B = 63.81%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6001AB (or 0x6001AB) is known color: Indigo. HEX triplet: 60, 01 and AB. RGB value is (96,1,171). Sum of RGB (Red+Green+Blue) = 96+1+171=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #6001AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001AB is #9FFE54. Grayscale: #303030. Windows color (decimal): -10485333 or 11207008. OLE color: 11207008.

HSL color Cylindrical-coordinate representation of color #6001AB: hue angle of 273.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001AB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 1 171 -
CMYK 0.44 0.99 0 0.33
HSL 273.53º 0.99% 0.34% -
HSV(B) 273.53º 0.99% 0.67% -
XYZ 12.19 5.45 38.94 -
YUV 48.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 96 1 171 0.44 0.99 0 0.33 273.53 0.99 0.34
Hex 60 1 AB 2C 63 0 21 112 63 22
Octal 140 1 253 54 143 0 41 422 143 42
Binary 1100000 1 10101011 101100 1100011 0 100001 100010010 1100011 100010

Color Harmonies of #6001AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001AB

Black with #6001AB

Text Example


Text Example

White with #6001AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6001AB; }

 p { color: rgb(96,1,171); }

 H1.HeaderClassName
 {
   color: #6001AB;
 }
 .AnyTagClassName
 {
   color: #6001AB;
 }
</style>

background-color css

<style>
 a { background-color: #6001AB; }

 a { background-color: rgb(96,1,171); }

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

border-color css

<style>
 span { border-color: #6001AB; }

 span { border-color: rgb(96,1,171); }

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