Html Css Color HEX #6202AB Indigo

📋 copy color: '#6202AB'

red 98 ◦ green 2 ◦ blue 171

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

Shades of Indigo #6202AB

Tints of Indigo #6202AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 36.16%
G = 0.74%
B = 63.1%

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

#6202AB (or 0x6202AB) is known color: Indigo. HEX triplet: 62, 02 and AB. RGB value is (98,2,171). Sum of RGB (Red+Green+Blue) = 98+2+171=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #6202AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202AB is #9DFD54. Grayscale: #313131. Windows color (decimal): -10354005 or 11207266. OLE color: 11207266.

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

Color convert

RGB 98 2 171 -
CMYK 0.43 0.99 0 0.33
HSL 274.08º 0.98% 0.34% -
HSV(B) 274.08º 0.99% 0.67% -
XYZ 12.41 5.58 38.95 -
YUV 49.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 98 2 171 0.43 0.99 0 0.33 274.08 0.98 0.34
Hex 62 2 AB 2B 63 0 21 112 62 22
Octal 142 2 253 53 143 0 41 422 142 42
Binary 1100010 10 10101011 101011 1100011 0 100001 100010010 1100010 100010

Color Harmonies of #6202AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202AB

Black with #6202AB

Text Example


Text Example

White with #6202AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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