Html Css Color HEX #63139A Indigo

📋 copy color: '#63139A'

red 99 ◦ green 19 ◦ blue 154

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

Shades of Indigo #63139A

Tints of Indigo #63139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

 BLUE value IS 154 (60.55% from 255) = 56.62%

R = 36.4%
G = 6.99%
B = 56.62%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63139A (or 0x63139A) is known color: Indigo. HEX triplet: 63, 13 and 9A. RGB value is (99,19,154). Sum of RGB (Red+Green+Blue) = 99+19+154=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #63139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63139A is #9CEC65. Grayscale: #393939. Windows color (decimal): -10284134 or 10097507. OLE color: 10097507.

HSL color Cylindrical-coordinate representation of color #63139A: hue angle of 275.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63139A is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 19 154 -
CMYK 0.36 0.88 0 0.40
HSL 275.56º 0.78% 0.34% -
HSV(B) 275.56º 0.88% 0.6% -
XYZ 11.21 5.45 31.03 -
YUV 58.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 99 19 154 0.36 0.88 0 0.40 275.56 0.78 0.34
Hex 63 13 9A 24 58 0 28 114 4E 22
Octal 143 23 232 44 130 0 50 424 116 42
Binary 1100011 10011 10011010 100100 1011000 0 101000 100010100 1001110 100010

Color Harmonies of #63139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63139A

Black with #63139A

Text Example


Text Example

White with #63139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63139A; }

 p { color: rgb(99,19,154); }

 H1.HeaderClassName
 {
   color: #63139A;
 }
 .AnyTagClassName
 {
   color: #63139A;
 }
</style>

background-color css

<style>
 a { background-color: #63139A; }

 a { background-color: rgb(99,19,154); }

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

border-color css

<style>
 span { border-color: #63139A; }

 span { border-color: rgb(99,19,154); }

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