Html Css Color HEX #63107C Indigo

📋 copy color: '#63107C'

red 99 ◦ green 16 ◦ blue 124

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

Shades of Indigo #63107C

Tints of Indigo #63107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 41.42%
G = 6.69%
B = 51.88%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63107C (or 0x63107C) is known color: Indigo. HEX triplet: 63, 10 and 7C. RGB value is (99,16,124). Sum of RGB (Red+Green+Blue) = 99+16+124=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #63107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63107C is #9CEF83. Grayscale: #343434. Windows color (decimal): -10284932 or 8130659. OLE color: 8130659.

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

Color convert

RGB 99 16 124 -
CMYK 0.20 0.87 0 0.51
HSL 286.11º 0.77% 0.27% -
HSV(B) 286.11º 0.87% 0.49% -
XYZ 8.97 4.48 19.46 -
YUV 53.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 99 16 124 0.20 0.87 0 0.51 286.11 0.77 0.27
Hex 63 10 7C 14 57 0 33 11E 4D 1B
Octal 143 20 174 24 127 0 63 436 115 33
Binary 1100011 10000 1111100 10100 1010111 0 110011 100011110 1001101 11011

Color Harmonies of #63107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63107C

Black with #63107C

Text Example


Text Example

White with #63107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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