Html Css Color HEX #63147F Indigo

📋 copy color: '#63147F'

red 99 ◦ green 20 ◦ blue 127

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

Shades of Indigo #63147F

Tints of Indigo #63147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 40.24%
G = 8.13%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63147F (or 0x63147F) is known color: Indigo. HEX triplet: 63, 14 and 7F. RGB value is (99,20,127). Sum of RGB (Red+Green+Blue) = 99+20+127=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #63147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63147F is #9CEB80. Grayscale: #373737. Windows color (decimal): -10283905 or 8328291. OLE color: 8328291.

HSL color Cylindrical-coordinate representation of color #63147F: hue angle of 284.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63147F is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 20 127 -
CMYK 0.22 0.84 0 0.50
HSL 284.3º 0.73% 0.29% -
HSV(B) 284.3º 0.84% 0.5% -
XYZ 9.23 4.69 20.5 -
YUV 55.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 99 20 127 0.22 0.84 0 0.50 284.3 0.73 0.29
Hex 63 14 7F 16 54 0 32 11C 49 1D
Octal 143 24 177 26 124 0 62 434 111 35
Binary 1100011 10100 1111111 10110 1010100 0 110010 100011100 1001001 11101

Color Harmonies of #63147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63147F

Black with #63147F

Text Example


Text Example

White with #63147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63147F; }

 p { color: rgb(99,20,127); }

 H1.HeaderClassName
 {
   color: #63147F;
 }
 .AnyTagClassName
 {
   color: #63147F;
 }
</style>

background-color css

<style>
 a { background-color: #63147F; }

 a { background-color: rgb(99,20,127); }

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

border-color css

<style>
 span { border-color: #63147F; }

 span { border-color: rgb(99,20,127); }

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