Html Css Color HEX #63147E Indigo

📋 copy color: '#63147E'

red 99 ◦ green 20 ◦ blue 126

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

Shades of Indigo #63147E

Tints of Indigo #63147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 40.41%
G = 8.16%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63147E (or 0x63147E) is known color: Indigo. HEX triplet: 63, 14 and 7E. RGB value is (99,20,126). Sum of RGB (Red+Green+Blue) = 99+20+126=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #63147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63147E is #9CEB81. Grayscale: #373737. Windows color (decimal): -10283906 or 8262755. OLE color: 8262755.

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

Color convert

RGB 99 20 126 -
CMYK 0.21 0.84 0 0.51
HSL 284.72º 0.73% 0.29% -
HSV(B) 284.72º 0.84% 0.49% -
XYZ 9.16 4.66 20.16 -
YUV 55.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 99 20 126 0.21 0.84 0 0.51 284.72 0.73 0.29
Hex 63 14 7E 15 54 0 33 11D 49 1D
Octal 143 24 176 25 124 0 63 435 111 35
Binary 1100011 10100 1111110 10101 1010100 0 110011 100011101 1001001 11101

Color Harmonies of #63147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63147E

Black with #63147E

Text Example


Text Example

White with #63147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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