Html Css Color HEX #6003AC Indigo

📋 copy color: '#6003AC'

red 96 ◦ green 3 ◦ blue 172

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

Shades of Indigo #6003AC

Tints of Indigo #6003AC

RGB

 RED value IS 96 (37.89% from 255) = 35.42%

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

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 35.42%
G = 1.11%
B = 63.47%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6003AC (or 0x6003AC) is known color: Indigo. HEX triplet: 60, 03 and AC. RGB value is (96,3,172). Sum of RGB (Red+Green+Blue) = 96+3+172=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #6003AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6003AC is #9FFC53. Grayscale: #313131. Windows color (decimal): -10484820 or 11273056. OLE color: 11273056.

HSL color Cylindrical-coordinate representation of color #6003AC: hue angle of 273.02º 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 #6003AC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 3 172 -
CMYK 0.44 0.98 0 0.33
HSL 273.02º 0.97% 0.34% -
HSV(B) 273.02º 0.98% 0.67% -
XYZ 12.3 5.53 39.45 -
YUV 50.07 196.81 160.76 -
System Red Green Blue C M Y K H S L
Decimal 96 3 172 0.44 0.98 0 0.33 273.02 0.97 0.34
Hex 60 3 AC 2C 62 0 21 111 61 22
Octal 140 3 254 54 142 0 41 421 141 42
Binary 1100000 11 10101100 101100 1100010 0 100001 100010001 1100001 100010

Color Harmonies of #6003AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003AC

Black with #6003AC

Text Example


Text Example

White with #6003AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6003AC; }

 p { color: rgb(96,3,172); }

 H1.HeaderClassName
 {
   color: #6003AC;
 }
 .AnyTagClassName
 {
   color: #6003AC;
 }
</style>

background-color css

<style>
 a { background-color: #6003AC; }

 a { background-color: rgb(96,3,172); }

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

border-color css

<style>
 span { border-color: #6003AC; }

 span { border-color: rgb(96,3,172); }

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