Html Css Color HEX #6501AB Indigo

📋 copy color: '#6501AB'

red 101 ◦ green 1 ◦ blue 171

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

Shades of Indigo #6501AB

Tints of Indigo #6501AB

RGB

 RED value IS 101 (39.84% from 255) = 37%

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

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

R = 37%
G = 0.37%
B = 62.64%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6501AB (or 0x6501AB) is known color: Indigo. HEX triplet: 65, 01 and AB. RGB value is (101,1,171). Sum of RGB (Red+Green+Blue) = 101+1+171=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6501AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6501AB is #9AFE54. Grayscale: #313131. Windows color (decimal): -10157653 or 11207013. OLE color: 11207013.

HSL color Cylindrical-coordinate representation of color #6501AB: hue angle of 275.29º 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 #6501AB is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 1 171 -
CMYK 0.41 0.99 0 0.33
HSL 275.29º 0.99% 0.34% -
HSV(B) 275.29º 0.99% 0.67% -
XYZ 12.73 5.73 38.96 -
YUV 50.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 101 1 171 0.41 0.99 0 0.33 275.29 0.99 0.34
Hex 65 1 AB 29 63 0 21 113 63 22
Octal 145 1 253 51 143 0 41 423 143 42
Binary 1100101 1 10101011 101001 1100011 0 100001 100010011 1100011 100010

Color Harmonies of #6501AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501AB

Black with #6501AB

Text Example


Text Example

White with #6501AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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