Html Css Color HEX #63117D Indigo

📋 copy color: '#63117D'

red 99 ◦ green 17 ◦ blue 125

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

Shades of Indigo #63117D

Tints of Indigo #63117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 41.08%
G = 7.05%
B = 51.87%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63117D (or 0x63117D) is known color: Indigo. HEX triplet: 63, 11 and 7D. RGB value is (99,17,125). Sum of RGB (Red+Green+Blue) = 99+17+125=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #63117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63117D is #9CEE82. Grayscale: #353535. Windows color (decimal): -10284675 or 8196451. OLE color: 8196451.

HSL color Cylindrical-coordinate representation of color #63117D: hue angle of 285.56º 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 #63117D is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 17 125 -
CMYK 0.21 0.86 0 0.51
HSL 285.56º 0.76% 0.28% -
HSV(B) 285.56º 0.86% 0.49% -
XYZ 9.05 4.53 19.8 -
YUV 53.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 99 17 125 0.21 0.86 0 0.51 285.56 0.76 0.28
Hex 63 11 7D 15 56 0 33 11E 4C 1C
Octal 143 21 175 25 126 0 63 436 114 34
Binary 1100011 10001 1111101 10101 1010110 0 110011 100011110 1001100 11100

Color Harmonies of #63117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63117D

Black with #63117D

Text Example


Text Example

White with #63117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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