Html Css Color HEX #631284 Indigo

📋 copy color: '#631284'

red 99 ◦ green 18 ◦ blue 132

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

Shades of Indigo #631284

Tints of Indigo #631284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 39.76%
G = 7.23%
B = 53.01%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#631284 (or 0x631284) is known color: Indigo. HEX triplet: 63, 12 and 84. RGB value is (99,18,132). Sum of RGB (Red+Green+Blue) = 99+18+132=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #631284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631284 is #9CED7B. Grayscale: #363636. Windows color (decimal): -10284412 or 8655459. OLE color: 8655459.

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

Color convert

RGB 99 18 132 -
CMYK 0.25 0.86 0 0.48
HSL 282.63º 0.76% 0.29% -
HSV(B) 282.63º 0.86% 0.52% -
XYZ 9.53 4.75 22.24 -
YUV 55.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 99 18 132 0.25 0.86 0 0.48 282.63 0.76 0.29
Hex 63 12 84 19 56 0 30 11B 4C 1D
Octal 143 22 204 31 126 0 60 433 114 35
Binary 1100011 10010 10000100 11001 1010110 0 110000 100011011 1001100 11101

Color Harmonies of #631284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631284

Black with #631284

Text Example


Text Example

White with #631284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631284; }

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

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

background-color css

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

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

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

border-color css

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

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

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