Html Css Color HEX #631586 Indigo

📋 copy color: '#631586'

red 99 ◦ green 21 ◦ blue 134

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

Shades of Indigo #631586

Tints of Indigo #631586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 38.98%
G = 8.27%
B = 52.76%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#631586 (or 0x631586) is known color: Indigo. HEX triplet: 63, 15 and 86. RGB value is (99,21,134). Sum of RGB (Red+Green+Blue) = 99+21+134=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #631586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631586 is #9CEA79. Grayscale: #383838. Windows color (decimal): -10283642 or 8787299. OLE color: 8787299.

HSL color Cylindrical-coordinate representation of color #631586: hue angle of 281.42º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631586 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 21 134 -
CMYK 0.26 0.84 0 0.47
HSL 281.42º 0.73% 0.3% -
HSV(B) 281.42º 0.84% 0.53% -
XYZ 9.72 4.91 22.99 -
YUV 57.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 99 21 134 0.26 0.84 0 0.47 281.42 0.73 0.3
Hex 63 15 86 1A 54 0 2F 119 49 1E
Octal 143 25 206 32 124 0 57 431 111 36
Binary 1100011 10101 10000110 11010 1010100 0 101111 100011001 1001001 11110

Color Harmonies of #631586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631586

Black with #631586

Text Example


Text Example

White with #631586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631586; }

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

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

background-color css

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

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

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

border-color css

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

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

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