Html Css Color HEX #6503AB Indigo

📋 copy color: '#6503AB'

red 101 ◦ green 3 ◦ blue 171

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

Shades of Indigo #6503AB

Tints of Indigo #6503AB

RGB

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

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

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

R = 36.73%
G = 1.09%
B = 62.18%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6503AB (or 0x6503AB) is known color: Indigo. HEX triplet: 65, 03 and AB. RGB value is (101,3,171). Sum of RGB (Red+Green+Blue) = 101+3+171=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #6503AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6503AB is #9AFC54. Grayscale: #323232. Windows color (decimal): -10157141 or 11207525. OLE color: 11207525.

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

Color convert

RGB 101 3 171 -
CMYK 0.41 0.98 0 0.33
HSL 275º 0.97% 0.34% -
HSV(B) 275º 0.98% 0.67% -
XYZ 12.75 5.77 38.97 -
YUV 51.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 101 3 171 0.41 0.98 0 0.33 275 0.97 0.34
Hex 65 3 AB 29 62 0 21 113 61 22
Octal 145 3 253 51 142 0 41 423 141 42
Binary 1100101 11 10101011 101001 1100010 0 100001 100010011 1100001 100010

Color Harmonies of #6503AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503AB

Black with #6503AB

Text Example


Text Example

White with #6503AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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