Html Css Color HEX #6201AB Indigo

📋 copy color: '#6201AB'

red 98 ◦ green 1 ◦ blue 171

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

Shades of Indigo #6201AB

Tints of Indigo #6201AB

RGB

 RED value IS 98 (38.67% from 255) = 36.3%

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

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

R = 36.3%
G = 0.37%
B = 63.33%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6201AB (or 0x6201AB) is known color: Indigo. HEX triplet: 62, 01 and AB. RGB value is (98,1,171). Sum of RGB (Red+Green+Blue) = 98+1+171=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #6201AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6201AB is #9DFE54. Grayscale: #303030. Windows color (decimal): -10354261 or 11207010. OLE color: 11207010.

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

Color convert

RGB 98 1 171 -
CMYK 0.43 0.99 0 0.33
HSL 274.24º 0.99% 0.34% -
HSV(B) 274.24º 0.99% 0.67% -
XYZ 12.4 5.56 38.95 -
YUV 49.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 98 1 171 0.43 0.99 0 0.33 274.24 0.99 0.34
Hex 62 1 AB 2B 63 0 21 112 63 22
Octal 142 1 253 53 143 0 41 422 143 42
Binary 1100010 1 10101011 101011 1100011 0 100001 100010010 1100011 100010

Color Harmonies of #6201AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201AB

Black with #6201AB

Text Example


Text Example

White with #6201AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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