Html Css Color HEX #63047C Indigo

📋 copy color: '#63047C'

red 99 ◦ green 4 ◦ blue 124

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

Shades of Indigo #63047C

Tints of Indigo #63047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 43.61%
G = 1.76%
B = 54.63%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63047C (or 0x63047C) is known color: Indigo. HEX triplet: 63, 04 and 7C. RGB value is (99,4,124). Sum of RGB (Red+Green+Blue) = 99+4+124=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #63047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63047C is #9CFB83. Grayscale: #2D2D2D. Windows color (decimal): -10288004 or 8127587. OLE color: 8127587.

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

Color convert

RGB 99 4 124 -
CMYK 0.20 0.97 0 0.51
HSL 287.5º 0.94% 0.25% -
HSV(B) 287.5º 0.97% 0.49% -
XYZ 8.83 4.19 19.41 -
YUV 46.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 99 4 124 0.20 0.97 0 0.51 287.5 0.94 0.25
Hex 63 4 7C 14 61 0 33 120 5E 19
Octal 143 4 174 24 141 0 63 440 136 31
Binary 1100011 100 1111100 10100 1100001 0 110011 100100000 1011110 11001

Color Harmonies of #63047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63047C

Black with #63047C

Text Example


Text Example

White with #63047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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