Html Css Color HEX #631492 Indigo

📋 copy color: '#631492'

red 99 ◦ green 20 ◦ blue 146

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

Shades of Indigo #631492

Tints of Indigo #631492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 37.36%
G = 7.55%
B = 55.09%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#631492 (or 0x631492) is known color: Indigo. HEX triplet: 63, 14 and 92. RGB value is (99,20,146). Sum of RGB (Red+Green+Blue) = 99+20+146=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #631492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631492 is #9CEB6D. Grayscale: #393939. Windows color (decimal): -10283886 or 9573475. OLE color: 9573475.

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

Color convert

RGB 99 20 146 -
CMYK 0.32 0.86 0 0.43
HSL 277.62º 0.76% 0.33% -
HSV(B) 277.62º 0.86% 0.57% -
XYZ 10.58 5.23 27.65 -
YUV 57.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 99 20 146 0.32 0.86 0 0.43 277.62 0.76 0.33
Hex 63 14 92 20 56 0 2B 116 4C 21
Octal 143 24 222 40 126 0 53 426 114 41
Binary 1100011 10100 10010010 100000 1010110 0 101011 100010110 1001100 100001

Color Harmonies of #631492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631492

Black with #631492

Text Example


Text Example

White with #631492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631492; }

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

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

background-color css

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

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

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

border-color css

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

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

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