Html Css Color HEX #6203A1 Indigo

📋 copy color: '#6203A1'

red 98 ◦ green 3 ◦ blue 161

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

Shades of Indigo #6203A1

Tints of Indigo #6203A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 61.45%

R = 37.4%
G = 1.15%
B = 61.45%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6203A1 (or 0x6203A1) is known color: Indigo. HEX triplet: 62, 03 and A1. RGB value is (98,3,161). Sum of RGB (Red+Green+Blue) = 98+3+161=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #6203A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6203A1 is #9DFC5E. Grayscale: #303030. Windows color (decimal): -10353759 or 10552162. OLE color: 10552162.

HSL color Cylindrical-coordinate representation of color #6203A1: hue angle of 276.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6203A1 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 3 161 -
CMYK 0.39 0.98 0 0.37
HSL 276.08º 0.96% 0.32% -
HSV(B) 276.08º 0.98% 0.63% -
XYZ 11.5 5.24 34.12 -
YUV 49.42 190.97 162.65 -
System Red Green Blue C M Y K H S L
Decimal 98 3 161 0.39 0.98 0 0.37 276.08 0.96 0.32
Hex 62 3 A1 27 62 0 25 114 60 20
Octal 142 3 241 47 142 0 45 424 140 40
Binary 1100010 11 10100001 100111 1100010 0 100101 100010100 1100000 100000

Color Harmonies of #6203A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203A1

Black with #6203A1

Text Example


Text Example

White with #6203A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6203A1; }

 p { color: rgb(98,3,161); }

 H1.HeaderClassName
 {
   color: #6203A1;
 }
 .AnyTagClassName
 {
   color: #6203A1;
 }
</style>

background-color css

<style>
 a { background-color: #6203A1; }

 a { background-color: rgb(98,3,161); }

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

border-color css

<style>
 span { border-color: #6203A1; }

 span { border-color: rgb(98,3,161); }

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