Html Css Color HEX #631392 Indigo

📋 copy color: '#631392'

red 99 ◦ green 19 ◦ blue 146

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

Shades of Indigo #631392

Tints of Indigo #631392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 37.5%
G = 7.2%
B = 55.3%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#631392 (or 0x631392) is known color: Indigo. HEX triplet: 63, 13 and 92. RGB value is (99,19,146). Sum of RGB (Red+Green+Blue) = 99+19+146=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #631392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631392 is #9CEC6D. Grayscale: #383838. Windows color (decimal): -10284142 or 9573219. OLE color: 9573219.

HSL color Cylindrical-coordinate representation of color #631392: hue angle of 277.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631392 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 19 146 -
CMYK 0.32 0.87 0 0.43
HSL 277.8º 0.77% 0.32% -
HSV(B) 277.8º 0.87% 0.57% -
XYZ 10.57 5.19 27.64 -
YUV 57.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 99 19 146 0.32 0.87 0 0.43 277.8 0.77 0.32
Hex 63 13 92 20 57 0 2B 116 4D 20
Octal 143 23 222 40 127 0 53 426 115 40
Binary 1100011 10011 10010010 100000 1010111 0 101011 100010110 1001101 100000

Color Harmonies of #631392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631392

Black with #631392

Text Example


Text Example

White with #631392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631392; }

 p { color: rgb(99,19,146); }

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

background-color css

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

 a { background-color: rgb(99,19,146); }

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

border-color css

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

 span { border-color: rgb(99,19,146); }

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