Html Css Color HEX #631281 Indigo

📋 copy color: '#631281'

red 99 ◦ green 18 ◦ blue 129

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

Shades of Indigo #631281

Tints of Indigo #631281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.44%

R = 40.24%
G = 7.32%
B = 52.44%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631281 (or 0x631281) is known color: Indigo. HEX triplet: 63, 12 and 81. RGB value is (99,18,129). Sum of RGB (Red+Green+Blue) = 99+18+129=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #631281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631281 is #9CED7E. Grayscale: #363636. Windows color (decimal): -10284415 or 8458851. OLE color: 8458851.

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

Color convert

RGB 99 18 129 -
CMYK 0.23 0.86 0 0.49
HSL 283.78º 0.76% 0.29% -
HSV(B) 283.78º 0.86% 0.51% -
XYZ 9.32 4.67 21.18 -
YUV 54.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 99 18 129 0.23 0.86 0 0.49 283.78 0.76 0.29
Hex 63 12 81 17 56 0 31 11C 4C 1D
Octal 143 22 201 27 126 0 61 434 114 35
Binary 1100011 10010 10000001 10111 1010110 0 110001 100011100 1001100 11101

Color Harmonies of #631281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631281

Black with #631281

Text Example


Text Example

White with #631281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631281; }

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

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

background-color css

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

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

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

border-color css

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

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

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