Html Css Color HEX #631293 Indigo

📋 copy color: '#631293'

red 99 ◦ green 18 ◦ blue 147

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

Shades of Indigo #631293

Tints of Indigo #631293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 37.5%
G = 6.82%
B = 55.68%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631293 (or 0x631293) is known color: Indigo. HEX triplet: 63, 12 and 93. RGB value is (99,18,147). Sum of RGB (Red+Green+Blue) = 99+18+147=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #631293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631293 is #9CED6C. Grayscale: #383838. Windows color (decimal): -10284397 or 9638499. OLE color: 9638499.

HSL color Cylindrical-coordinate representation of color #631293: hue angle of 277.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631293 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 18 147 -
CMYK 0.33 0.88 0 0.42
HSL 277.67º 0.78% 0.32% -
HSV(B) 277.67º 0.88% 0.58% -
XYZ 10.63 5.19 28.05 -
YUV 56.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 99 18 147 0.33 0.88 0 0.42 277.67 0.78 0.32
Hex 63 12 93 21 58 0 2A 116 4E 20
Octal 143 22 223 41 130 0 52 426 116 40
Binary 1100011 10010 10010011 100001 1011000 0 101010 100010110 1001110 100000

Color Harmonies of #631293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631293

Black with #631293

Text Example


Text Example

White with #631293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631293; }

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

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

background-color css

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

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

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

border-color css

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

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

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