Html Css Color HEX #6300AD Indigo

📋 copy color: '#6300AD'

red 99 ◦ green 0 ◦ blue 173

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

Shades of Indigo #6300AD

Tints of Indigo #6300AD

RGB

 RED value IS 99 (39.06% from 255) = 36.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 63.6%

R = 36.4%
G = 0%
B = 63.6%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6300AD (or 0x6300AD) is known color: Indigo. HEX triplet: 63, 00 and AD. RGB value is (99,0,173). Sum of RGB (Red+Green+Blue) = 99+0+173=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #6300AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6300AD is #9CFF52. Grayscale: #303030. Windows color (decimal): -10288979 or 11337827. OLE color: 11337827.

HSL color Cylindrical-coordinate representation of color #6300AD: hue angle of 274.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300AD is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 0 173 -
CMYK 0.43 1 0 0.32
HSL 274.34º 1% 0.34% -
HSV(B) 274.34º 1% 0.68% -
XYZ 12.69 5.67 39.96 -
YUV 49.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 99 0 173 0.43 1 0 0.32 274.34 1 0.34
Hex 63 0 AD 2B 64 0 20 112 64 22
Octal 143 0 255 53 144 0 40 422 144 42
Binary 1100011 0 10101101 101011 1100100 0 100000 100010010 1100100 100010

Color Harmonies of #6300AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300AD

Black with #6300AD

Text Example


Text Example

White with #6300AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6300AD; }

 p { color: rgb(99,0,173); }

 H1.HeaderClassName
 {
   color: #6300AD;
 }
 .AnyTagClassName
 {
   color: #6300AD;
 }
</style>

background-color css

<style>
 a { background-color: #6300AD; }

 a { background-color: rgb(99,0,173); }

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

border-color css

<style>
 span { border-color: #6300AD; }

 span { border-color: rgb(99,0,173); }

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