Html Css Color HEX #63117C Indigo

📋 copy color: '#63117C'

red 99 ◦ green 17 ◦ blue 124

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

Shades of Indigo #63117C

Tints of Indigo #63117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 41.25%
G = 7.08%
B = 51.67%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63117C (or 0x63117C) is known color: Indigo. HEX triplet: 63, 11 and 7C. RGB value is (99,17,124). Sum of RGB (Red+Green+Blue) = 99+17+124=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #63117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63117C is #9CEE83. Grayscale: #353535. Windows color (decimal): -10284676 or 8130915. OLE color: 8130915.

HSL color Cylindrical-coordinate representation of color #63117C: hue angle of 285.98º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63117C is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 17 124 -
CMYK 0.20 0.86 0 0.51
HSL 285.98º 0.76% 0.28% -
HSV(B) 285.98º 0.86% 0.49% -
XYZ 8.98 4.51 19.47 -
YUV 53.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 99 17 124 0.20 0.86 0 0.51 285.98 0.76 0.28
Hex 63 11 7C 14 56 0 33 11E 4C 1C
Octal 143 21 174 24 126 0 63 436 114 34
Binary 1100011 10001 1111100 10100 1010110 0 110011 100011110 1001100 11100

Color Harmonies of #63117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63117C

Black with #63117C

Text Example


Text Example

White with #63117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63117C; }

 p { color: rgb(99,17,124); }

 H1.HeaderClassName
 {
   color: #63117C;
 }
 .AnyTagClassName
 {
   color: #63117C;
 }
</style>

background-color css

<style>
 a { background-color: #63117C; }

 a { background-color: rgb(99,17,124); }

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

border-color css

<style>
 span { border-color: #63117C; }

 span { border-color: rgb(99,17,124); }

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