Html Css Color HEX #6202A2 Indigo

📋 copy color: '#6202A2'

red 98 ◦ green 2 ◦ blue 162

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

Shades of Indigo #6202A2

Tints of Indigo #6202A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 61.83%

R = 37.4%
G = 0.76%
B = 61.83%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6202A2 (or 0x6202A2) is known color: Indigo. HEX triplet: 62, 02 and A2. RGB value is (98,2,162). Sum of RGB (Red+Green+Blue) = 98+2+162=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #6202A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202A2 is #9DFD5D. Grayscale: #303030. Windows color (decimal): -10354014 or 10617442. OLE color: 10617442.

HSL color Cylindrical-coordinate representation of color #6202A2: hue angle of 276º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202A2 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 2 162 -
CMYK 0.40 0.99 0 0.36
HSL 276º 0.98% 0.32% -
HSV(B) 276º 0.99% 0.64% -
XYZ 11.58 5.25 34.59 -
YUV 48.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 98 2 162 0.40 0.99 0 0.36 276 0.98 0.32
Hex 62 2 A2 28 63 0 24 114 62 20
Octal 142 2 242 50 143 0 44 424 142 40
Binary 1100010 10 10100010 101000 1100011 0 100100 100010100 1100010 100000

Color Harmonies of #6202A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202A2

Black with #6202A2

Text Example


Text Example

White with #6202A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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