Html Css Color HEX #631597 Indigo

📋 copy color: '#631597'

red 99 ◦ green 21 ◦ blue 151

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

Shades of Indigo #631597

Tints of Indigo #631597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 36.53%
G = 7.75%
B = 55.72%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#631597 (or 0x631597) is known color: Indigo. HEX triplet: 63, 15 and 97. RGB value is (99,21,151). Sum of RGB (Red+Green+Blue) = 99+21+151=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #631597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631597 is #9CEA68. Grayscale: #3A3A3A. Windows color (decimal): -10283625 or 9901411. OLE color: 9901411.

HSL color Cylindrical-coordinate representation of color #631597: hue angle of 276º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631597 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 21 151 -
CMYK 0.34 0.86 0 0.41
HSL 276º 0.76% 0.34% -
HSV(B) 276º 0.86% 0.59% -
XYZ 11 5.42 29.75 -
YUV 59.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 99 21 151 0.34 0.86 0 0.41 276 0.76 0.34
Hex 63 15 97 22 56 0 29 114 4C 22
Octal 143 25 227 42 126 0 51 424 114 42
Binary 1100011 10101 10010111 100010 1010110 0 101001 100010100 1001100 100010

Color Harmonies of #631597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631597

Black with #631597

Text Example


Text Example

White with #631597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631597; }

 p { color: rgb(99,21,151); }

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

background-color css

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

 a { background-color: rgb(99,21,151); }

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

border-color css

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

 span { border-color: rgb(99,21,151); }

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