Html Css Color HEX #631684 Indigo

📋 copy color: '#631684'

red 99 ◦ green 22 ◦ blue 132

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

Shades of Indigo #631684

Tints of Indigo #631684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 132 (51.95% from 255) = 52.17%

R = 39.13%
G = 8.7%
B = 52.17%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#631684 (or 0x631684) is known color: Indigo. HEX triplet: 63, 16 and 84. RGB value is (99,22,132). Sum of RGB (Red+Green+Blue) = 99+22+132=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #631684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631684 is #9CE97B. Grayscale: #393939. Windows color (decimal): -10283388 or 8656483. OLE color: 8656483.

HSL color Cylindrical-coordinate representation of color #631684: hue angle of 282º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631684 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 22 132 -
CMYK 0.25 0.83 0 0.48
HSL 282º 0.71% 0.3% -
HSV(B) 282º 0.83% 0.52% -
XYZ 9.6 4.89 22.27 -
YUV 57.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 99 22 132 0.25 0.83 0 0.48 282 0.71 0.3
Hex 63 16 84 19 53 0 30 11A 47 1E
Octal 143 26 204 31 123 0 60 432 107 36
Binary 1100011 10110 10000100 11001 1010011 0 110000 100011010 1000111 11110

Color Harmonies of #631684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631684

Black with #631684

Text Example


Text Example

White with #631684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631684; }

 p { color: rgb(99,22,132); }

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

background-color css

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

 a { background-color: rgb(99,22,132); }

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

border-color css

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

 span { border-color: rgb(99,22,132); }

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