Html Css Color HEX #631282 Indigo

📋 copy color: '#631282'

red 99 ◦ green 18 ◦ blue 130

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

Shades of Indigo #631282

Tints of Indigo #631282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 40.08%
G = 7.29%
B = 52.63%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631282 (or 0x631282) is known color: Indigo. HEX triplet: 63, 12 and 82. RGB value is (99,18,130). Sum of RGB (Red+Green+Blue) = 99+18+130=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #631282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631282 is #9CED7D. Grayscale: #363636. Windows color (decimal): -10284414 or 8524387. OLE color: 8524387.

HSL color Cylindrical-coordinate representation of color #631282: hue angle of 283.39º 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 #631282 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 18 130 -
CMYK 0.24 0.86 0 0.49
HSL 283.39º 0.76% 0.29% -
HSV(B) 283.39º 0.86% 0.51% -
XYZ 9.39 4.7 21.53 -
YUV 54.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 99 18 130 0.24 0.86 0 0.49 283.39 0.76 0.29
Hex 63 12 82 18 56 0 31 11B 4C 1D
Octal 143 22 202 30 126 0 61 433 114 35
Binary 1100011 10010 10000010 11000 1010110 0 110001 100011011 1001100 11101

Color Harmonies of #631282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631282

Black with #631282

Text Example


Text Example

White with #631282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631282; }

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

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

background-color css

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

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

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

border-color css

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

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

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