Html Css Color HEX #631082 Indigo

📋 copy color: '#631082'

red 99 ◦ green 16 ◦ blue 130

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

Shades of Indigo #631082

Tints of Indigo #631082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 40.41%
G = 6.53%
B = 53.06%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631082 (or 0x631082) is known color: Indigo. HEX triplet: 63, 10 and 82. RGB value is (99,16,130). Sum of RGB (Red+Green+Blue) = 99+16+130=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #631082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631082 is #9CEF7D. Grayscale: #353535. Windows color (decimal): -10284926 or 8523875. OLE color: 8523875.

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

Color convert

RGB 99 16 130 -
CMYK 0.24 0.88 0 0.49
HSL 283.68º 0.78% 0.29% -
HSV(B) 283.68º 0.88% 0.51% -
XYZ 9.36 4.63 21.52 -
YUV 53.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 99 16 130 0.24 0.88 0 0.49 283.68 0.78 0.29
Hex 63 10 82 18 58 0 31 11C 4E 1D
Octal 143 20 202 30 130 0 61 434 116 35
Binary 1100011 10000 10000010 11000 1011000 0 110001 100011100 1001110 11101

Color Harmonies of #631082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631082

Black with #631082

Text Example


Text Example

White with #631082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631082; }

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

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

background-color css

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

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

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

border-color css

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

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

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