Html Css Color HEX #63127C Indigo

📋 copy color: '#63127C'

red 99 ◦ green 18 ◦ blue 124

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

Shades of Indigo #63127C

Tints of Indigo #63127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 41.08%
G = 7.47%
B = 51.45%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63127C (or 0x63127C) is known color: Indigo. HEX triplet: 63, 12 and 7C. RGB value is (99,18,124). Sum of RGB (Red+Green+Blue) = 99+18+124=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #63127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63127C is #9CED83. Grayscale: #353535. Windows color (decimal): -10284420 or 8131171. OLE color: 8131171.

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

Color convert

RGB 99 18 124 -
CMYK 0.20 0.85 0 0.51
HSL 285.85º 0.75% 0.28% -
HSV(B) 285.85º 0.85% 0.49% -
XYZ 9 4.54 19.47 -
YUV 54.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 99 18 124 0.20 0.85 0 0.51 285.85 0.75 0.28
Hex 63 12 7C 14 55 0 33 11E 4B 1C
Octal 143 22 174 24 125 0 63 436 113 34
Binary 1100011 10010 1111100 10100 1010101 0 110011 100011110 1001011 11100

Color Harmonies of #63127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63127C

Black with #63127C

Text Example


Text Example

White with #63127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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