Html Css Color HEX #631389 Indigo

📋 copy color: '#631389'

red 99 ◦ green 19 ◦ blue 137

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

Shades of Indigo #631389

Tints of Indigo #631389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 38.82%
G = 7.45%
B = 53.73%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#631389 (or 0x631389) is known color: Indigo. HEX triplet: 63, 13 and 89. RGB value is (99,19,137). Sum of RGB (Red+Green+Blue) = 99+19+137=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #631389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631389 is #9CEC76. Grayscale: #373737. Windows color (decimal): -10284151 or 8983395. OLE color: 8983395.

HSL color Cylindrical-coordinate representation of color #631389: hue angle of 280.68º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631389 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 19 137 -
CMYK 0.28 0.86 0 0.46
HSL 280.68º 0.76% 0.31% -
HSV(B) 280.68º 0.86% 0.54% -
XYZ 9.89 4.92 24.1 -
YUV 56.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 99 19 137 0.28 0.86 0 0.46 280.68 0.76 0.31
Hex 63 13 89 1C 56 0 2E 119 4C 1F
Octal 143 23 211 34 126 0 56 431 114 37
Binary 1100011 10011 10001001 11100 1010110 0 101110 100011001 1001100 11111

Color Harmonies of #631389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631389

Black with #631389

Text Example


Text Example

White with #631389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631389; }

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

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

background-color css

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

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

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

border-color css

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

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

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